GET /api/bet_types/751a45b1-b07b-444b-bd52-320766de198a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "751a45b1-b07b-444b-bd52-320766de198a",
    "match": "https://api-prod.gambitprofit.com/api/matches/770c4e4f-fa21-4fae-be27-827a30d2a920/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-28T11:57:06.400891-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": "Connecticut",
                "amount": 5000.0
            },
            {
                "team": "Miami-Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6b3a475-086c-480d-9f3b-7cf5d8036f96",
            "gambit_id": "b69f223f-6895-436d-ae5c-d5570b479918",
            "last_updated": "2023-04-02T10:47:15.432630-04:00",
            "created_at": "2023-03-28T11:57:06.403850-04:00",
            "name": "Connecticut",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/751a45b1-b07b-444b-bd52-320766de198a/?format=api"
        },
        {
            "id": "11d6a328-8b15-4ed6-a0c7-e691c5b809a6",
            "gambit_id": "7dc64e10-ee12-48bb-b15f-0586c9e62727",
            "last_updated": "2023-04-02T10:47:15.434927-04:00",
            "created_at": "2023-03-28T11:57:06.406858-04:00",
            "name": "Miami-Florida",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/751a45b1-b07b-444b-bd52-320766de198a/?format=api"
        }
    ]
}