GET /api/bet_types/c48c6c19-f3f8-4029-84b3-f6ae75c608eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c48c6c19-f3f8-4029-84b3-f6ae75c608eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/2534bd35-e6ee-4082-86f9-3531f8d5c972/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "LAA",
                "amount": 6138.0
            },
            {
                "team": "TOR",
                "amount": 3862.0
            }
        ],
        "expected_reward_tokens": 9268.38,
        "profit_sb": 268.38,
        "profit_sb_percentage": 2.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "99ee2452-72f0-4d21-9ed5-cb491bf57aec",
            "gambit_id": "ed7017a1-0220-41e1-a4fd-0a9ef1e1ad4a",
            "last_updated": "2022-08-28T11:27:26.697999-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.51000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c48c6c19-f3f8-4029-84b3-f6ae75c608eb/?format=api"
        },
        {
            "id": "e12a017c-5c00-42c8-8489-a583898dfd8a",
            "gambit_id": "8d5c2aa6-1d17-4255-a2ea-58537f431735",
            "last_updated": "2022-08-28T11:27:26.697481-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.40000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c48c6c19-f3f8-4029-84b3-f6ae75c608eb/?format=api"
        }
    ]
}