GET /api/bet_types/0c2c3ad4-b68b-4594-80e7-4a09f6f8e3ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c2c3ad4-b68b-4594-80e7-4a09f6f8e3ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/279d9619-7e26-42da-afbb-ef37e74595e6/?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": "Duke",
                "amount": 5000.0
            },
            {
                "team": "Miami Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c7f6ad7-2ef1-49d2-92c2-eb31d4d73bb2",
            "gambit_id": "6f849f8f-aa9a-4846-81af-c88df591cefd",
            "last_updated": "2022-10-23T09:27:14.558096-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Duke",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c2c3ad4-b68b-4594-80e7-4a09f6f8e3ae/?format=api"
        },
        {
            "id": "7f125076-c2d1-4fd1-945c-549b6dfb7d84",
            "gambit_id": "eebc5d19-bc5c-4116-9926-f6366afb14a9",
            "last_updated": "2022-10-23T09:27:14.556732-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Florida",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c2c3ad4-b68b-4594-80e7-4a09f6f8e3ae/?format=api"
        }
    ]
}