GET /api/bet_types/cfbe36a5-a229-4ef5-bca5-1d93997cbafc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfbe36a5-a229-4ef5-bca5-1d93997cbafc",
    "match": "https://api-prod.gambitprofit.com/api/matches/2335d396-7314-4eb1-9215-f7338dfe0c3f/?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": "Houston",
                "amount": 5000.0
            },
            {
                "team": "Rice",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b95d0b40-7eff-4716-9def-6f1578e8b464",
            "gambit_id": "8866bf4b-9846-4e93-8f46-51b55142c945",
            "last_updated": "2022-09-25T21:07:13.182160-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfbe36a5-a229-4ef5-bca5-1d93997cbafc/?format=api"
        },
        {
            "id": "87a0f1f3-9d7c-4ebe-8d77-987a1585f191",
            "gambit_id": "2fb294b0-b495-4edd-8697-25dadda39a63",
            "last_updated": "2022-09-25T21:07:13.183193-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfbe36a5-a229-4ef5-bca5-1d93997cbafc/?format=api"
        }
    ]
}