GET /api/bet_types/d903a373-5c9d-4821-8f30-357ec4a67496/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d903a373-5c9d-4821-8f30-357ec4a67496",
    "match": "https://api-prod.gambitprofit.com/api/matches/91995cea-f78f-4d05-9b91-afb2692bc025/?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": "Texas St",
                "amount": 5096.0
            },
            {
                "team": "Florida Intl",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "47fbe8d2-1284-40eb-a16b-17008ce485ce",
            "gambit_id": "e969d15d-d44d-4983-86e1-e490fb88fae2",
            "last_updated": "2022-09-11T10:02:06.684770-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d903a373-5c9d-4821-8f30-357ec4a67496/?format=api"
        },
        {
            "id": "2e257ae7-cfbd-440b-9bc5-a568cfef90e5",
            "gambit_id": "562701e0-b95a-43e3-9c97-cb2c9a8326a5",
            "last_updated": "2022-09-11T10:02:06.685902-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Intl",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d903a373-5c9d-4821-8f30-357ec4a67496/?format=api"
        }
    ]
}