GET /api/bet_types/0afb55e5-2404-47ef-8adf-34969f6ada52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0afb55e5-2404-47ef-8adf-34969f6ada52",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ea369f3-721d-4763-a286-32d84e45c973/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-19T00:01:55.432709-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": "Fairleigh Dickinson",
                "amount": 5000.0
            },
            {
                "team": "Florida Atlantic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ecc09c2a-0562-43e3-833e-364f8a032575",
            "gambit_id": "035fae7a-b348-4a97-8195-a7a3752bf43f",
            "last_updated": "2023-03-20T10:42:12.074011-04:00",
            "created_at": "2023-03-19T00:01:55.436187-04:00",
            "name": "Fairleigh Dickinson",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "16.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0afb55e5-2404-47ef-8adf-34969f6ada52/?format=api"
        },
        {
            "id": "fe8fd118-f75a-4ad2-a2b8-5798815bd960",
            "gambit_id": "4242e372-69b2-4e9d-9776-d5baaca06bbe",
            "last_updated": "2023-03-20T10:42:12.072220-04:00",
            "created_at": "2023-03-19T00:01:55.434405-04:00",
            "name": "Florida Atlantic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-16.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0afb55e5-2404-47ef-8adf-34969f6ada52/?format=api"
        }
    ]
}