GET /api/bet_types/d826cb3f-e0df-4e5f-8bf1-1a5135fbf462/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d826cb3f-e0df-4e5f-8bf1-1a5135fbf462",
    "match": "https://api-prod.gambitprofit.com/api/matches/71902411-b56d-4ec8-b827-4fcb61b21f2b/?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": "Florida Atlantic",
                "amount": 5108.0
            },
            {
                "team": "North Texas",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": -205.2,
        "profit_sb_percentage": -2.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a9d7132-2d18-4d36-a86a-5257b6153a5e",
            "gambit_id": "f6de5f88-58ce-4b14-b8a4-f8761f464eed",
            "last_updated": "2022-10-03T09:57:22.186422-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Atlantic",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d826cb3f-e0df-4e5f-8bf1-1a5135fbf462/?format=api"
        },
        {
            "id": "d896250c-e3a4-456f-a64f-c0fc4c6ebe6c",
            "gambit_id": "9cc1d2ca-7d28-40d9-90ca-028d8612b7fe",
            "last_updated": "2022-10-03T09:57:22.185431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d826cb3f-e0df-4e5f-8bf1-1a5135fbf462/?format=api"
        }
    ]
}