GET /api/bet_types/1b1a711a-da2e-4671-bd5e-abcf75dcc5b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b1a711a-da2e-4671-bd5e-abcf75dcc5b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7bf6f65-faac-4f49-8b76-83e4d58043e1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-11T09:38:23.379912-04: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": "CHC",
                "amount": 5939.0
            },
            {
                "team": "TOR",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "47cdd507-bf8b-4523-9737-6cccec0ccca9",
            "gambit_id": "6cc7b1a5-ae26-4370-a859-db2edecbb513",
            "last_updated": "2023-08-12T18:13:07.091284-04:00",
            "created_at": "2023-08-11T09:38:23.385212-04:00",
            "name": "CHC",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b1a711a-da2e-4671-bd5e-abcf75dcc5b2/?format=api"
        },
        {
            "id": "8f7b5692-99fa-40db-9448-163c777ed1c9",
            "gambit_id": "c76e0aad-de44-4571-8a3a-14baf557af4a",
            "last_updated": "2023-08-12T18:13:07.095407-04:00",
            "created_at": "2023-08-11T09:38:23.399099-04:00",
            "name": "TOR",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b1a711a-da2e-4671-bd5e-abcf75dcc5b2/?format=api"
        }
    ]
}