GET /api/bet_types/416032c3-a94b-4ca8-b038-4c3d9047a8b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "416032c3-a94b-4ca8-b038-4c3d9047a8b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/42dbb371-7530-4db5-aad9-39d7e321303a/?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": "HOU",
                "amount": 5109.0
            },
            {
                "team": "CLE",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "fb7284d4-0582-48c1-9665-742bc9155bcb",
            "gambit_id": "8535e328-9646-4780-9931-26494fc96053",
            "last_updated": "2022-08-05T10:01:53.095653-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/416032c3-a94b-4ca8-b038-4c3d9047a8b1/?format=api"
        },
        {
            "id": "c154f955-b609-4e3a-aec0-106001223719",
            "gambit_id": "5c961817-5638-4e11-bffe-4d32c7dd073c",
            "last_updated": "2022-08-05T10:01:53.095231-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/416032c3-a94b-4ca8-b038-4c3d9047a8b1/?format=api"
        }
    ]
}