GET /api/bet_types/85edee7c-8d71-4191-bab4-b17515055e98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85edee7c-8d71-4191-bab4-b17515055e98",
    "match": "https://api-prod.gambitprofit.com/api/matches/f79d9467-aa4a-475e-811c-729e5594c998/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-16T09:52:10.739259-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a9226d17-6149-4d46-ad3a-926fd568de39",
            "gambit_id": "80e128cc-8db9-4f09-a8da-099556f74f63",
            "last_updated": "2023-01-17T11:02:05.156300-05:00",
            "created_at": "2023-01-16T09:52:10.741178-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85edee7c-8d71-4191-bab4-b17515055e98/?format=api"
        },
        {
            "id": "f76fb39c-12dd-4103-959d-4af8b2b3b96d",
            "gambit_id": "5328f12b-15eb-4ef4-b491-4e77fcaca08b",
            "last_updated": "2023-01-17T11:02:05.157388-05:00",
            "created_at": "2023-01-16T09:52:10.743191-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85edee7c-8d71-4191-bab4-b17515055e98/?format=api"
        }
    ]
}