GET /api/bet_types/3d5c19ef-dd31-4b6e-a87d-bb3052ecb93d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d5c19ef-dd31-4b6e-a87d-bb3052ecb93d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f9971fe-17e0-4865-bfa0-4ed174e0abec/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-19T09:22:06.699297-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": "Toronto Raptors",
                "amount": 6176.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 3824.0
            }
        ],
        "expected_reward_tokens": 9634.56,
        "profit_sb": 134.56,
        "profit_sb_percentage": 1.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "b90dd732-0004-4956-a7ee-ae3ba34a4514",
            "gambit_id": "d7b0d641-2776-42a7-a0dc-73902ef3d6f6",
            "last_updated": "2023-01-20T10:22:05.156427-05:00",
            "created_at": "2023-01-19T09:22:06.701714-05:00",
            "name": "Toronto Raptors",
            "reward": "1.56000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d5c19ef-dd31-4b6e-a87d-bb3052ecb93d/?format=api"
        },
        {
            "id": "968dbc25-1298-457d-b4ee-ac9fb4c9e5ef",
            "gambit_id": "727ef016-9499-4dba-9746-3312a5121014",
            "last_updated": "2023-01-20T10:22:05.155295-05:00",
            "created_at": "2023-01-19T09:22:06.700477-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.52000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d5c19ef-dd31-4b6e-a87d-bb3052ecb93d/?format=api"
        }
    ]
}