GET /api/bet_types/b55f4d97-a6e4-47b9-9df2-b1d9a2f785a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b55f4d97-a6e4-47b9-9df2-b1d9a2f785a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/4137b797-1e7a-456c-8ed4-ac1a23743266/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "MIA",
                "amount": 5752.0
            },
            {
                "team": "SDG",
                "amount": 4248.0
            }
        ],
        "expected_reward_tokens": 9260.64,
        "profit_sb": 260.64,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "68de0e00-c0c2-4167-8de1-5be123950852",
            "gambit_id": "d3c58f00-8420-4dcd-99c1-6009ef6b92e7",
            "last_updated": "2022-08-16T11:46:48.274938-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b55f4d97-a6e4-47b9-9df2-b1d9a2f785a3/?format=api"
        },
        {
            "id": "a6404650-208d-4137-aaf5-052fbf17da01",
            "gambit_id": "c2fd1e9f-9e60-4451-87bd-6c983819f6cc",
            "last_updated": "2022-08-16T11:46:48.275372-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b55f4d97-a6e4-47b9-9df2-b1d9a2f785a3/?format=api"
        }
    ]
}