GET /api/bet_types/32f85c6d-c9c8-47fa-a95e-ca6fee424aa1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32f85c6d-c9c8-47fa-a95e-ca6fee424aa1",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd55af36-e49f-440a-999a-2e46bc204e9d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T10:08:17.119578-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": "Seattle Seahawks",
                "amount": 5000.0
            },
            {
                "team": "New York Giants",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "33c454e5-f38f-4439-b4fd-56bc261babbd",
            "gambit_id": "e7a720ca-3127-4e7f-893c-d86fcbabf0e9",
            "last_updated": "2023-10-03T09:53:09.858389-04:00",
            "created_at": "2023-09-28T10:08:17.123339-04:00",
            "name": "Seattle Seahawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32f85c6d-c9c8-47fa-a95e-ca6fee424aa1/?format=api"
        },
        {
            "id": "91ccfeeb-4809-405e-9ae7-5512cf797b1f",
            "gambit_id": "e93aafdf-c7a2-4073-b747-6554c2a719cb",
            "last_updated": "2023-10-03T09:53:09.862614-04:00",
            "created_at": "2023-09-28T10:08:17.127809-04:00",
            "name": "New York Giants",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32f85c6d-c9c8-47fa-a95e-ca6fee424aa1/?format=api"
        }
    ]
}