GET /api/bet_types/eda8da0d-361d-40f3-a422-04820aafde3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eda8da0d-361d-40f3-a422-04820aafde3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/628d1e2d-8d85-4da5-8f0e-d02c02f966aa/?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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "52796cad-1917-46fe-8b1c-3c9c14827650",
            "gambit_id": "ba00ca9c-481c-4a62-9d18-f4fb44f10247",
            "last_updated": "2022-11-03T09:43:21.009950-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eda8da0d-361d-40f3-a422-04820aafde3e/?format=api"
        },
        {
            "id": "0c0eca7a-2f92-435e-ada7-d030b2309b71",
            "gambit_id": "b7d7d847-9cb4-4840-9b84-60337d51d4a8",
            "last_updated": "2022-11-03T09:43:21.008995-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eda8da0d-361d-40f3-a422-04820aafde3e/?format=api"
        }
    ]
}