GET /api/bet_types/410e52c8-99e2-4626-b2f4-907e8f482d7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "410e52c8-99e2-4626-b2f4-907e8f482d7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c454275-281e-4797-843b-b1ffd3979a52/?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": "STL",
                "amount": 5205.0
            },
            {
                "team": "ARI",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "a49f028b-4641-49ba-8f4b-a40007f893c6",
            "gambit_id": "8eb458a9-2460-4395-b679-baf10791c2c7",
            "last_updated": "2022-08-20T11:57:01.237304-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/410e52c8-99e2-4626-b2f4-907e8f482d7b/?format=api"
        },
        {
            "id": "cc7b421f-9d0a-49cd-97d4-3a226cef68e2",
            "gambit_id": "72c3c198-3a3f-4794-a3bb-943b3e1dfc15",
            "last_updated": "2022-08-20T11:57:01.236865-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/410e52c8-99e2-4626-b2f4-907e8f482d7b/?format=api"
        }
    ]
}