GET /api/bet_types/a964fd7b-8762-4cac-b479-369e2211e7f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a964fd7b-8762-4cac-b479-369e2211e7f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/902b9fee-c4d3-4cfc-9e29-9024886df95c/?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": "SMU",
                "amount": 5110.0
            },
            {
                "team": "Maryland",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "74f373ad-14f1-42f0-86c3-6083d85d5e1b",
            "gambit_id": "b2dffe4f-add8-4511-93b3-ec8fffdce468",
            "last_updated": "2022-09-18T13:07:29.417868-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a964fd7b-8762-4cac-b479-369e2211e7f0/?format=api"
        },
        {
            "id": "3e97c948-d995-41c0-b823-6d47c55b34c0",
            "gambit_id": "c5fc1682-3bf6-4425-934e-0239fbf49686",
            "last_updated": "2022-09-18T13:07:29.416806-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a964fd7b-8762-4cac-b479-369e2211e7f0/?format=api"
        }
    ]
}