GET /api/bet_types/61361bcb-d4a7-4b9a-90dc-c49ac53660fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61361bcb-d4a7-4b9a-90dc-c49ac53660fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/87e44076-d30a-4f7a-a045-cd7f5ba47c7c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:43:12.044383-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": "Indianapolis Colts",
                "amount": 6324.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "8120ff20-9169-4677-bbc6-7ec9fe697280",
            "gambit_id": "5d91ba8f-78bc-451c-b0da-7c20a61ee13d",
            "last_updated": "2024-01-02T10:38:10.082749-05:00",
            "created_at": "2023-12-27T09:43:12.052281-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61361bcb-d4a7-4b9a-90dc-c49ac53660fd/?format=api"
        },
        {
            "id": "cc45cba2-db38-4230-985b-f7c344484fad",
            "gambit_id": "4828ec53-7541-4e7e-bc61-1437ec3dc216",
            "last_updated": "2024-01-02T10:38:10.078965-05:00",
            "created_at": "2023-12-27T09:43:12.048418-05:00",
            "name": "Las Vegas Raiders",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61361bcb-d4a7-4b9a-90dc-c49ac53660fd/?format=api"
        }
    ]
}