GET /api/bet_types/0ead5c45-a9e3-44b3-93a7-7c347522c115/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ead5c45-a9e3-44b3-93a7-7c347522c115",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bffb6d3-a33d-4ec8-8c20-2d7d1d9d6162/?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": "Marshall",
                "amount": 5106.0
            },
            {
                "team": "Coastal Carolina",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "57e5a536-d085-43e1-9480-b918b8fc3e3b",
            "gambit_id": "f2f98ae2-300b-4fa4-a9e0-e63c1c3607e1",
            "last_updated": "2022-10-31T10:22:21.966183-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marshall",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ead5c45-a9e3-44b3-93a7-7c347522c115/?format=api"
        },
        {
            "id": "a8479f20-76a3-45d6-b8fe-fbeb236749c5",
            "gambit_id": "c47b9900-c4b5-42d0-9dda-b2d7c3e7f771",
            "last_updated": "2022-10-31T10:22:21.967244-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Coastal Carolina",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ead5c45-a9e3-44b3-93a7-7c347522c115/?format=api"
        }
    ]
}