GET /api/bet_types/27cd858c-6516-4622-bd62-6577a527c18d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27cd858c-6516-4622-bd62-6577a527c18d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e5fc5a6-e234-4425-84b8-0727f23ca618/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-31T09:02:01.418125-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0757584c-906b-487f-9f73-90407255de9a",
            "gambit_id": "a5ba7c11-9cea-4d58-9422-2433c91463de",
            "last_updated": "2023-02-01T09:41:56.148411-05:00",
            "created_at": "2023-01-31T09:02:01.419317-05:00",
            "name": "Chicago Bulls",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27cd858c-6516-4622-bd62-6577a527c18d/?format=api"
        },
        {
            "id": "9f3e7cda-feb0-4e7d-a626-b816cc236475",
            "gambit_id": "2a3d7076-391a-410e-96ef-646568c65962",
            "last_updated": "2023-02-01T09:41:56.149578-05:00",
            "created_at": "2023-01-31T09:02:01.420638-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27cd858c-6516-4622-bd62-6577a527c18d/?format=api"
        }
    ]
}