GET /api/bet_types/fb58cd02-d996-415b-a5b5-51a5ce7d83fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb58cd02-d996-415b-a5b5-51a5ce7d83fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/211e7d54-4912-463c-9790-aeea6a2ddba5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-20T11:42:12.970736-04: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": "PHI",
                "amount": 5107.0
            },
            {
                "team": "COL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e3ef18e-312d-407a-9fe3-e495a538c0b2",
            "gambit_id": "bcbf23dc-fe1d-4e2a-8c51-2a36db6e453e",
            "last_updated": "2023-04-21T21:57:32.541128-04:00",
            "created_at": "2023-04-20T11:42:12.972951-04:00",
            "name": "PHI",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb58cd02-d996-415b-a5b5-51a5ce7d83fb/?format=api"
        },
        {
            "id": "b94a9fa8-f1c1-4a12-aeb3-31790ee064de",
            "gambit_id": "6248e7d6-bfa8-47b1-a7fd-8f6c08a566d7",
            "last_updated": "2023-04-21T21:57:32.542525-04:00",
            "created_at": "2023-04-20T11:42:12.975151-04:00",
            "name": "COL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb58cd02-d996-415b-a5b5-51a5ce7d83fb/?format=api"
        }
    ]
}