GET /api/bet_types/8dbce209-5e28-4b6e-8551-5334964b85d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dbce209-5e28-4b6e-8551-5334964b85d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2edd171-8737-4ac7-878b-532b011242b3/?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": "UL Lafayette",
                "amount": 5106.0
            },
            {
                "team": "Marshall",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0c24784-fb1b-4187-99ca-3263d0777e42",
            "gambit_id": "0290296c-f326-4931-8aac-3b97ec1c5fc7",
            "last_updated": "2022-10-13T09:47:21.466844-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dbce209-5e28-4b6e-8551-5334964b85d0/?format=api"
        },
        {
            "id": "cb32b0f1-e737-4619-8199-e1e901fada1b",
            "gambit_id": "d4153994-ce47-4374-90a3-28d7c625e569",
            "last_updated": "2022-10-13T09:47:21.465783-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marshall",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dbce209-5e28-4b6e-8551-5334964b85d0/?format=api"
        }
    ]
}