GET /api/bet_types/2b61dd44-5509-4f26-af73-681e16d662a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b61dd44-5509-4f26-af73-681e16d662a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed1d602e-cbbb-4e89-929c-9b59bc1e810c/?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": "UTEP",
                "amount": 5108.0
            },
            {
                "team": "Charlotte",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": -205.2,
        "profit_sb_percentage": -2.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a2f5059-171a-4196-891c-237ad5f3eafa",
            "gambit_id": "6d27cf6b-7702-4449-a1d2-680be9bad61b",
            "last_updated": "2022-10-03T10:57:19.154106-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTEP",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b61dd44-5509-4f26-af73-681e16d662a1/?format=api"
        },
        {
            "id": "0e042882-cc44-4ca1-aab6-6ae24c7c5304",
            "gambit_id": "12b97967-9a9f-4d87-bf7c-08c53b168c89",
            "last_updated": "2022-10-03T10:57:19.153059-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b61dd44-5509-4f26-af73-681e16d662a1/?format=api"
        }
    ]
}