GET /api/bet_types/0ed4be3c-8b7f-4eef-85a2-4dee17e8b0f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ed4be3c-8b7f-4eef-85a2-4dee17e8b0f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/568a81bc-8e70-4bfd-a3c3-096e43a4b9c9/?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": "Miami Florida",
                "amount": 5000.0
            },
            {
                "team": "Georgia Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8d42849-f01b-4d62-9c89-58074dea3ebd",
            "gambit_id": "033d82ac-4220-4dff-9a12-06eb9063fa3b",
            "last_updated": "2022-11-14T10:09:01.625392-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Florida",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ed4be3c-8b7f-4eef-85a2-4dee17e8b0f4/?format=api"
        },
        {
            "id": "7e258ff9-2632-40ea-8784-cc17d26d1eb3",
            "gambit_id": "444e273e-3d8b-4b7d-8ff4-fe482a5fc582",
            "last_updated": "2022-11-14T10:09:01.624418-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ed4be3c-8b7f-4eef-85a2-4dee17e8b0f4/?format=api"
        }
    ]
}