GET /api/bet_types/0930d22a-501b-454b-b5a7-dfb2c5ddbf94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0930d22a-501b-454b-b5a7-dfb2c5ddbf94",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8d89bfe-e99c-4a12-be7e-2abedbd79ce8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-10T09:58:02.141354-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": "Montreal Canadiens",
                "amount": 6163.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "dd145e4b-b7da-4287-8253-521ddf7023c1",
            "gambit_id": "fa9de484-68ed-42fe-b534-64a6ad9dd2d9",
            "last_updated": "2023-12-12T10:28:16.562303-05:00",
            "created_at": "2023-12-10T09:58:02.150702-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0930d22a-501b-454b-b5a7-dfb2c5ddbf94/?format=api"
        },
        {
            "id": "4e529baa-b4ac-43bd-ba3f-a773f1d56ba6",
            "gambit_id": "83dcc712-231c-4db8-ae8b-0381d3f314ff",
            "last_updated": "2023-12-12T10:28:16.558974-05:00",
            "created_at": "2023-12-10T09:58:02.145630-05:00",
            "name": "Nashville Predators",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0930d22a-501b-454b-b5a7-dfb2c5ddbf94/?format=api"
        }
    ]
}