GET /api/bet_types/c558230f-493e-416a-8e28-4f678d650e05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c558230f-493e-416a-8e28-4f678d650e05",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ce1ddc4-70a5-4626-b02d-da2aaaa184ac/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T01:03:10.901611-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": "DET (Ed Rodriguez)",
                "amount": 5515.0
            },
            {
                "team": "CWS (T Toussaint)",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9596.1,
        "profit_sb": 96.1,
        "profit_sb_percentage": 1.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "44477c9f-4e98-4130-a1c1-dd9ad2ad4002",
            "gambit_id": "2df8c038-c526-4e45-9d66-f795d06f9c87",
            "last_updated": "2023-09-02T11:28:11.859128-04:00",
            "created_at": "2023-09-01T01:03:10.905673-04:00",
            "name": "DET (Ed Rodriguez)",
            "reward": "1.74000",
            "odds": "1.77520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c558230f-493e-416a-8e28-4f678d650e05/?format=api"
        },
        {
            "id": "1ff0968f-10f3-49a9-8787-0f18b984b004",
            "gambit_id": "922c192e-b06a-48dd-8597-ea585e4dcda0",
            "last_updated": "2023-09-02T11:28:11.863267-04:00",
            "created_at": "2023-09-01T01:03:10.910504-04:00",
            "name": "CWS (T Toussaint)",
            "reward": "2.14000",
            "odds": "2.19000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c558230f-493e-416a-8e28-4f678d650e05/?format=api"
        }
    ]
}