GET /api/bet_types/94de8c71-1b4d-44ef-91de-5dbdcd375d2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94de8c71-1b4d-44ef-91de-5dbdcd375d2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3035766e-4f48-4e89-8a6b-a876099d5f1e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-12T10:57:59.235090-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": "Los Angeles Rams",
                "amount": 7346.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 2654.0
            }
        ],
        "expected_reward_tokens": 9474.78,
        "profit_sb": -25.22,
        "profit_sb_percentage": -0.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe8de548-854c-4c52-8beb-3193b53c19b6",
            "gambit_id": "b3244b6e-9574-4187-bd7e-4f8f6458a75b",
            "last_updated": "2023-10-16T18:23:00.846009-04:00",
            "created_at": "2023-10-12T10:57:59.242963-04:00",
            "name": "Los Angeles Rams",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94de8c71-1b4d-44ef-91de-5dbdcd375d2e/?format=api"
        },
        {
            "id": "4a5e4ff4-f9ae-4749-8d59-3ac4f019bf2c",
            "gambit_id": "7ba59fef-69ad-487b-b7cb-2bd19defb909",
            "last_updated": "2023-10-16T18:23:00.841816-04:00",
            "created_at": "2023-10-12T10:57:59.238528-04:00",
            "name": "Arizona Cardinals",
            "reward": "3.57000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94de8c71-1b4d-44ef-91de-5dbdcd375d2e/?format=api"
        }
    ]
}