GET /api/bet_types/b3598b6f-c348-4a73-9a80-c24bc5b47fe6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3598b6f-c348-4a73-9a80-c24bc5b47fe6",
    "match": "https://api-prod.gambitprofit.com/api/matches/fde91954-eb05-478a-ba3a-55b3f5e0541f/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Colorado",
                "amount": 5000.0
            },
            {
                "team": "Air Force",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "043ce9e3-c609-4930-bc63-e474b5813834",
            "gambit_id": "d4c60a96-3cd5-4247-9a1b-476d36399066",
            "last_updated": "2022-09-11T10:57:00.567688-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3598b6f-c348-4a73-9a80-c24bc5b47fe6/?format=api"
        },
        {
            "id": "85974029-cd70-4028-9739-84640738cb3a",
            "gambit_id": "b816acbf-f81d-4459-8687-02e572d06918",
            "last_updated": "2022-09-11T10:57:00.566658-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3598b6f-c348-4a73-9a80-c24bc5b47fe6/?format=api"
        }
    ]
}