GET /api/bet_types/575a38d0-1110-4953-b0f4-03116f9caa91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "575a38d0-1110-4953-b0f4-03116f9caa91",
    "match": "https://api-prod.gambitprofit.com/api/matches/138c93dd-2174-4cd4-9472-01dc9c33054b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-22T08:43:04.247138-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": "Florida Panthers",
                "amount": 5423.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9953ab94-4033-4258-b4e9-23cade98dd68",
            "gambit_id": "f4ee5cdd-5103-4d16-b4a4-a3b0042df11d",
            "last_updated": "2024-01-23T20:13:14.872579-05:00",
            "created_at": "2024-01-22T08:43:04.251236-05:00",
            "name": "Florida Panthers",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/575a38d0-1110-4953-b0f4-03116f9caa91/?format=api"
        },
        {
            "id": "f40ae89f-cd4e-4dd9-8c65-99e4677ab309",
            "gambit_id": "b70c6f07-182b-47d9-a2ae-dfeccfe65b28",
            "last_updated": "2024-01-23T20:13:14.875898-05:00",
            "created_at": "2024-01-22T08:43:04.255437-05:00",
            "name": "Nashville Predators",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/575a38d0-1110-4953-b0f4-03116f9caa91/?format=api"
        }
    ]
}