GET /api/bet_types/3a6a3765-eab7-453f-984a-db669b84730a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a6a3765-eab7-453f-984a-db669b84730a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e23fba17-c5ff-4c36-bb25-5e8968898b94/?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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d595c1b2-bf50-4bb4-a766-ed6665c95609",
            "gambit_id": "ab65c9e5-8972-472f-8a5c-17de81274814",
            "last_updated": "2022-11-15T11:02:06.172378-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6a3765-eab7-453f-984a-db669b84730a/?format=api"
        },
        {
            "id": "36207884-92f7-481f-8019-019d8b6bb7c5",
            "gambit_id": "5345c3d4-322e-4179-99ba-8892352addb1",
            "last_updated": "2022-11-15T11:02:06.171379-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6a3765-eab7-453f-984a-db669b84730a/?format=api"
        }
    ]
}