GET /api/bet_types/0164d8c3-72d8-4611-a875-8b372fe83b87/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0164d8c3-72d8-4611-a875-8b372fe83b87",
    "match": "https://api-prod.gambitprofit.com/api/matches/85dd32b4-1db0-4533-8a42-ad98f10b0113/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-23T11:47:59.637129-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": "LOS (E Sheehan)",
                "amount": 5222.0
            },
            {
                "team": "TEX (M Perez)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "66fb8b00-aa92-45da-822a-bf7921b6af81",
            "gambit_id": "12d5e014-1e6c-4e4f-b3b1-520696bac3ae",
            "last_updated": "2023-07-24T13:28:10.558976-04:00",
            "created_at": "2023-07-23T11:47:59.641775-04:00",
            "name": "LOS (E Sheehan)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0164d8c3-72d8-4611-a875-8b372fe83b87/?format=api"
        },
        {
            "id": "9e7dc35e-1105-4d9b-998b-4649adaf6ac7",
            "gambit_id": "109c1d10-d68c-4623-a89a-fc400de79ce6",
            "last_updated": "2023-07-24T13:28:10.562237-04:00",
            "created_at": "2023-07-23T11:47:59.646206-04:00",
            "name": "TEX (M Perez)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0164d8c3-72d8-4611-a875-8b372fe83b87/?format=api"
        }
    ]
}