GET /api/bet_types/a066d89a-2b1c-46b0-8169-2855873bd822/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a066d89a-2b1c-46b0-8169-2855873bd822",
    "match": "https://api-prod.gambitprofit.com/api/matches/21dffb19-1e60-4cdf-937e-d3617ad84cf0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-22T09:58:22.554404-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": "NYM",
                "amount": 5688.0
            },
            {
                "team": "PHI",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "3947f1d0-a404-4f3d-9466-3139713bd202",
            "gambit_id": "2504de4e-acbc-4156-844a-993f8416bceb",
            "last_updated": "2023-09-23T20:58:10.621807-04:00",
            "created_at": "2023-09-22T09:58:22.562013-04:00",
            "name": "NYM",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a066d89a-2b1c-46b0-8169-2855873bd822/?format=api"
        },
        {
            "id": "c00d25c2-4e44-4b7a-a738-146037fa3f9f",
            "gambit_id": "fdfcb1f1-6b2a-4355-bbde-082a7995bfd6",
            "last_updated": "2023-09-23T20:58:10.618453-04:00",
            "created_at": "2023-09-22T09:58:22.558386-04:00",
            "name": "PHI",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a066d89a-2b1c-46b0-8169-2855873bd822/?format=api"
        }
    ]
}