GET /api/bet_types/7b4e12f6-00a5-4d4b-b288-c6569af2eca9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b4e12f6-00a5-4d4b-b288-c6569af2eca9",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa59bb33-a46e-4381-88a8-713860a3b8d0/?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": "Baltimore Ravens",
                "amount": 5106.0
            },
            {
                "team": "New York Giants",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "f27424c1-5840-4f0c-a32f-65671f4396d5",
            "gambit_id": "dca34663-ecbb-4064-8c84-3e354118d595",
            "last_updated": "2022-10-17T15:32:02.712551-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b4e12f6-00a5-4d4b-b288-c6569af2eca9/?format=api"
        },
        {
            "id": "e504544d-0c2b-4338-b187-ddfa927c4e3f",
            "gambit_id": "d0001b66-6af8-40d2-894e-6ddd27a1edaf",
            "last_updated": "2022-10-17T15:32:02.711609-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b4e12f6-00a5-4d4b-b288-c6569af2eca9/?format=api"
        }
    ]
}