GET /api/bet_types/91435301-61e3-4c48-833c-a162c9da3586/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91435301-61e3-4c48-833c-a162c9da3586",
    "match": "https://api-prod.gambitprofit.com/api/matches/2048916d-eb0a-49a9-b6b2-feac1cb14dd8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:13:18.602562-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": "Los Angeles Rams",
                "amount": 5773.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "20f922e2-d893-4a3c-b7cb-efaf04845a32",
            "gambit_id": "f7cd0639-76d9-4a4a-ad4f-2d8583d89b5f",
            "last_updated": "2023-11-27T20:13:15.595420-05:00",
            "created_at": "2023-11-22T09:13:18.606100-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91435301-61e3-4c48-833c-a162c9da3586/?format=api"
        },
        {
            "id": "94ed6526-f539-438a-a002-5e3c335f1c34",
            "gambit_id": "14521020-da3c-435a-b627-406b35b17a93",
            "last_updated": "2023-11-27T20:13:15.598947-05:00",
            "created_at": "2023-11-22T09:13:18.609696-05:00",
            "name": "Arizona Cardinals",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91435301-61e3-4c48-833c-a162c9da3586/?format=api"
        }
    ]
}