GET /api/bet_types/68239711-5046-41a5-8606-2e8130ac5475/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68239711-5046-41a5-8606-2e8130ac5475",
    "match": "https://api-prod.gambitprofit.com/api/matches/13818d80-3937-4d2f-87a0-6564bf2d0b0a/?format=api",
    "name": "Pick the Winner",
    "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": "Sacramento Kings",
                "amount": 6723.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3277.0
            }
        ],
        "expected_reward_tokens": 9142.83,
        "profit_sb": 142.83,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "011ca4db-bd18-44c5-9d0d-d721494e4012",
            "gambit_id": "fa268a62-8406-411c-8fc9-297374a45b49",
            "last_updated": "2022-12-17T19:42:23.027074-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.36000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68239711-5046-41a5-8606-2e8130ac5475/?format=api"
        },
        {
            "id": "707f4547-8e7a-42c1-9681-085b2cfcb88e",
            "gambit_id": "18f4b702-6466-4482-a498-b258455f7077",
            "last_updated": "2022-12-17T19:42:23.026028-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "2.79000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68239711-5046-41a5-8606-2e8130ac5475/?format=api"
        }
    ]
}