GET /api/bet_types/84ea6bb5-eefb-40af-8545-9049b3e15391/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84ea6bb5-eefb-40af-8545-9049b3e15391",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f30f094-c5d4-426f-b669-b17a94458c60/?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": "TOR (R Stripling)",
                "amount": 6837.0
            },
            {
                "team": "LAA (T Davidson)",
                "amount": 3163.0
            }
        ],
        "expected_reward_tokens": 9298.32,
        "profit_sb": 298.32,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "ead5b2d3-8cd0-40d9-ab6c-cbcecb9e847b",
            "gambit_id": "edb498d2-b0fe-4f95-a356-283bd3b798a2",
            "last_updated": "2022-08-29T13:12:07.274541-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (R Stripling)",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84ea6bb5-eefb-40af-8545-9049b3e15391/?format=api"
        },
        {
            "id": "10f3a119-237e-4a1e-b31a-01e5998ef770",
            "gambit_id": "b6709d40-81cf-4ccd-a1a8-a418f3faf2d5",
            "last_updated": "2022-08-29T13:12:07.274963-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (T Davidson)",
            "reward": "2.94000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84ea6bb5-eefb-40af-8545-9049b3e15391/?format=api"
        }
    ]
}