GET /api/bet_types/24f5365b-3a00-48d7-9e99-c93c57112177/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24f5365b-3a00-48d7-9e99-c93c57112177",
    "match": "https://api-prod.gambitprofit.com/api/matches/407af7d4-7f00-4073-9f8f-326506bc2674/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-08T08:28:06.970806-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": "MIN (S Gray)",
                "amount": 5117.0
            },
            {
                "team": "DET (Ed Rodriguez)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "2a087dc8-54af-4ab5-90b5-070b53acb13e",
            "gambit_id": "53461ec5-9d8e-4168-9c2d-5f805964d802",
            "last_updated": "2023-08-10T10:23:24.245042-04:00",
            "created_at": "2023-08-08T08:28:06.975541-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24f5365b-3a00-48d7-9e99-c93c57112177/?format=api"
        },
        {
            "id": "32298f85-a5c7-4d3a-9161-e4f1d0527886",
            "gambit_id": "d7ae4d0c-3546-4254-8537-b95f4dbc6d38",
            "last_updated": "2023-08-10T10:23:24.248570-04:00",
            "created_at": "2023-08-08T08:28:06.983877-04:00",
            "name": "DET (Ed Rodriguez)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24f5365b-3a00-48d7-9e99-c93c57112177/?format=api"
        }
    ]
}