GET /api/bet_types/8025f9fc-ded6-4984-b6a9-524903ab24bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8025f9fc-ded6-4984-b6a9-524903ab24bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecb67c43-9aca-45b6-a16f-59cce6c5c324/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-21T08:51:54.547256-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": "Carolina Hurricanes",
                "amount": 5610.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "a672875a-c9c3-4aa9-bd5b-a898d5a506ac",
            "gambit_id": "87e5fd24-dbf2-408b-9557-b2fcc169a6a9",
            "last_updated": "2023-02-22T09:02:04.504497-05:00",
            "created_at": "2023-02-21T08:51:54.548513-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8025f9fc-ded6-4984-b6a9-524903ab24bf/?format=api"
        },
        {
            "id": "0fce46ae-3e00-42f0-9976-bf13cee3c49a",
            "gambit_id": "f5f98e87-a3c4-4c81-9ebc-91ccc396a3c4",
            "last_updated": "2023-02-22T09:02:04.505635-05:00",
            "created_at": "2023-02-21T08:51:54.549798-05:00",
            "name": "St Louis Blues",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8025f9fc-ded6-4984-b6a9-524903ab24bf/?format=api"
        }
    ]
}