GET /api/bet_types/b3746df2-7b2d-432c-a366-d2a7add44063/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3746df2-7b2d-432c-a366-d2a7add44063",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec864ba6-3719-4752-94d2-d6e54d5dca54/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-14T08:48:12.437654-04: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": "STL (M Mikolas)",
                "amount": 6627.0
            },
            {
                "team": "OAK (J Sears)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "a74b0eea-8cf5-4988-9f59-b528e07114e1",
            "gambit_id": "417565c6-66f5-45cf-a756-9df07f8c3740",
            "last_updated": "2023-08-15T18:38:10.212899-04:00",
            "created_at": "2023-08-14T08:48:12.447721-04:00",
            "name": "STL (M Mikolas)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3746df2-7b2d-432c-a366-d2a7add44063/?format=api"
        },
        {
            "id": "05cecd8e-8d3c-44b3-9d26-1187389c251a",
            "gambit_id": "0f83a3ea-616e-4295-8e68-21c4065b480b",
            "last_updated": "2023-08-15T18:38:10.208259-04:00",
            "created_at": "2023-08-14T08:48:12.442729-04:00",
            "name": "OAK (J Sears)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3746df2-7b2d-432c-a366-d2a7add44063/?format=api"
        }
    ]
}