GET /api/bet_types/558ca831-f00a-4333-85a6-1fa578987bfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "558ca831-f00a-4333-85a6-1fa578987bfa",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1c303e7-918e-49ce-802f-03c536f8ab35/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-06T07:58:04.884976-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": "Golden State Warriors",
                "amount": 5094.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "988309f0-31dc-45ad-b8db-682b88996f52",
            "gambit_id": "d061d0ec-52d9-4fe4-8409-d66d2075c557",
            "last_updated": "2023-11-07T21:08:23.664872-05:00",
            "created_at": "2023-11-06T07:58:04.888813-05:00",
            "name": "Golden State Warriors",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/558ca831-f00a-4333-85a6-1fa578987bfa/?format=api"
        },
        {
            "id": "519300e6-0e54-4592-9b15-08a9ceac6ac7",
            "gambit_id": "c6fe5e4a-22c2-4f8b-af7e-e02273737fee",
            "last_updated": "2023-11-07T21:08:23.668212-05:00",
            "created_at": "2023-11-06T07:58:04.893358-05:00",
            "name": "Detroit Pistons",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/558ca831-f00a-4333-85a6-1fa578987bfa/?format=api"
        }
    ]
}