GET /api/bet_types/8940dfb4-55eb-4dcd-a117-d19e6494f2c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8940dfb4-55eb-4dcd-a117-d19e6494f2c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/8137bf73-559f-4da1-bf67-addf92a049a9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-01T10:22:12.814234-04: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": "ATL",
                "amount": 5699.0
            },
            {
                "team": "WAS",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b58316a-6d9b-43d0-b183-227c81848633",
            "gambit_id": "4fbbb072-64dc-46ca-99ae-e6a6c8ca36d2",
            "last_updated": "2023-04-03T10:07:03.519139-04:00",
            "created_at": "2023-04-01T10:22:12.818394-04:00",
            "name": "ATL",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8940dfb4-55eb-4dcd-a117-d19e6494f2c3/?format=api"
        },
        {
            "id": "6b3fb0ec-5442-4832-a5a8-36787a99e489",
            "gambit_id": "9f6a28c7-7bf7-438f-a9f6-99d81ac1fbc3",
            "last_updated": "2023-04-03T10:07:03.517204-04:00",
            "created_at": "2023-04-01T10:22:12.816162-04:00",
            "name": "WAS",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8940dfb4-55eb-4dcd-a117-d19e6494f2c3/?format=api"
        }
    ]
}