GET /api/bet_types/25c5ec08-680a-4324-83d6-213f530cfc9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25c5ec08-680a-4324-83d6-213f530cfc9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2ed29ff-027a-409e-867e-aeab0e7c05ff/?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": "Green Bay Packers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ebbb86b0-3f98-4eef-bea6-be19e71cbe3c",
            "gambit_id": "91ea406b-64f8-4be0-9118-e4c3d231ab06",
            "last_updated": "2022-12-20T15:42:17.434239-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25c5ec08-680a-4324-83d6-213f530cfc9c/?format=api"
        },
        {
            "id": "44ccfb69-354b-4826-ad22-94fc8830e2b8",
            "gambit_id": "c0d529be-33a3-4924-9a20-60b16a6b908f",
            "last_updated": "2022-12-20T15:42:17.435370-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25c5ec08-680a-4324-83d6-213f530cfc9c/?format=api"
        }
    ]
}