GET /api/bet_types/b237937a-dc60-43e9-8a13-111292eef292/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b237937a-dc60-43e9-8a13-111292eef292",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1d1fbb3-d906-4f62-8173-a5c5c93db64b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-16T09:52:11.062512-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7a745cb-4166-432a-93ac-dd7c1b5206dd",
            "gambit_id": "e7fcddc0-6e8b-46c8-a8fe-4b24552a2044",
            "last_updated": "2023-01-17T10:57:04.123366-05:00",
            "created_at": "2023-01-16T09:52:11.064472-05:00",
            "name": "Miami Heat",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b237937a-dc60-43e9-8a13-111292eef292/?format=api"
        },
        {
            "id": "2d221215-b915-4103-a602-c866947d1196",
            "gambit_id": "57911559-a36a-4a1f-9151-9919e11d70c0",
            "last_updated": "2023-01-17T10:57:04.124453-05:00",
            "created_at": "2023-01-16T09:52:11.066558-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b237937a-dc60-43e9-8a13-111292eef292/?format=api"
        }
    ]
}