GET /api/bet_types/608b33f0-51d2-405a-8648-8a5d7ed575a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "608b33f0-51d2-405a-8648-8a5d7ed575a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e495c91-2be7-42c4-b2ef-cf6c39471890/?format=api",
    "name": "Pick the Winner",
    "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": 5208.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "568dd95e-6584-4a70-90f2-55a184030f09",
            "gambit_id": "c791e46b-0b0a-4b0b-9c60-65aad201e76b",
            "last_updated": "2022-11-11T21:22:12.083163-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/608b33f0-51d2-405a-8648-8a5d7ed575a6/?format=api"
        },
        {
            "id": "98b25669-6294-4be5-b5d3-f34fbaef214b",
            "gambit_id": "2cd31401-cf44-4bca-b6af-65284e0dd356",
            "last_updated": "2022-11-11T21:22:12.084120-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/608b33f0-51d2-405a-8648-8a5d7ed575a6/?format=api"
        }
    ]
}