GET /api/bet_types/2c61f624-1771-4ffc-a21e-d590a7ddd7a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c61f624-1771-4ffc-a21e-d590a7ddd7a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2c0abc0-ce6a-406a-8f63-eec55e5505fc/?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": "Pittsburgh",
                "amount": 5106.0
            },
            {
                "team": "North Carolina",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "56433ae4-9fb2-49e0-b89d-7214f181bd9b",
            "gambit_id": "691d2101-35b9-461c-9348-3d1c116ecedc",
            "last_updated": "2022-10-31T10:17:27.753299-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c61f624-1771-4ffc-a21e-d590a7ddd7a1/?format=api"
        },
        {
            "id": "345f6563-5a65-4a02-b880-e22100c5a5ff",
            "gambit_id": "db23edc6-4cec-4c6b-880d-3c8f38e394fa",
            "last_updated": "2022-10-31T10:17:27.752355-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Carolina",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c61f624-1771-4ffc-a21e-d590a7ddd7a1/?format=api"
        }
    ]
}