GET /api/bet_types/d12c4f05-14bc-41e6-a3a6-c16f54bb9255/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d12c4f05-14bc-41e6-a3a6-c16f54bb9255",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce68a179-13a5-415f-b59b-9b7c042652c4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-03T09:56:54.265703-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": "ARI",
                "amount": 6100.0
            },
            {
                "team": "SDG",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "c0518d77-a694-4f5d-b358-fb24132e36b4",
            "gambit_id": "f23a2b51-1c6f-4587-b2ac-c98e10c33dcb",
            "last_updated": "2023-04-04T19:12:06.097788-04:00",
            "created_at": "2023-04-03T09:56:54.268831-04:00",
            "name": "ARI",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d12c4f05-14bc-41e6-a3a6-c16f54bb9255/?format=api"
        },
        {
            "id": "6f0593fe-e921-4d62-af20-946531b5d45f",
            "gambit_id": "1823390b-8434-4061-9843-5640610d84a4",
            "last_updated": "2023-04-04T19:12:06.096480-04:00",
            "created_at": "2023-04-03T09:56:54.267082-04:00",
            "name": "SDG",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d12c4f05-14bc-41e6-a3a6-c16f54bb9255/?format=api"
        }
    ]
}