GET /api/bet_types/603e8229-6a02-4ae8-840a-a86ef3c39b7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "603e8229-6a02-4ae8-840a-a86ef3c39b7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/dab9936a-8a2f-4b93-8a00-aa483d7d4659/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-20T11:42:13.159202-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": "Tampa Bay Lightning",
                "amount": 6163.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "37d02b7d-b305-4cc9-9fa4-13b3e692fd9b",
            "gambit_id": "8982248e-3e9a-4b52-b8c9-d443be528130",
            "last_updated": "2023-04-21T22:12:05.429937-04:00",
            "created_at": "2023-04-20T11:42:13.165173-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/603e8229-6a02-4ae8-840a-a86ef3c39b7d/?format=api"
        },
        {
            "id": "2fd2f986-8305-4cd2-b19b-3ef8a7195272",
            "gambit_id": "abc7af01-01db-48b3-8ac1-68b96ceb2ec9",
            "last_updated": "2023-04-21T22:12:05.427664-04:00",
            "created_at": "2023-04-20T11:42:13.162283-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/603e8229-6a02-4ae8-840a-a86ef3c39b7d/?format=api"
        }
    ]
}