GET /api/bet_types/dad31f15-1472-4afe-9cd3-62988ddd03e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dad31f15-1472-4afe-9cd3-62988ddd03e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/39d985f2-80cb-42b3-bdc7-ddf66ad9b2ee/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-28T09:32:06.584608-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": "Tampa Bay Lightning",
                "amount": 5577.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4423.0
            }
        ],
        "expected_reward_tokens": 8978.69,
        "profit_sb": -21.31,
        "profit_sb_percentage": -0.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9cf716ef-9eac-426f-b62a-ea1fcdbdd7f4",
            "gambit_id": "e8070c73-3319-451a-90f2-f3627371b768",
            "last_updated": "2022-12-30T18:57:02.504992-05:00",
            "created_at": "2022-12-28T09:32:06.585964-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.61000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dad31f15-1472-4afe-9cd3-62988ddd03e2/?format=api"
        },
        {
            "id": "8c9a7bdc-c3ac-4f0b-b82e-366d4ec77ca4",
            "gambit_id": "e0aea1ca-ef88-4b11-94eb-f14077add4ef",
            "last_updated": "2022-12-30T18:57:02.506059-05:00",
            "created_at": "2022-12-28T09:32:06.587357-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.03000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dad31f15-1472-4afe-9cd3-62988ddd03e2/?format=api"
        }
    ]
}