GET /api/bet_types/dcf87afb-54ea-4c72-8deb-4035f3bb4a0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcf87afb-54ea-4c72-8deb-4035f3bb4a0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/99411cb1-6bab-4170-a9c2-b4a9651bfc1e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-17T09:32:58.606966-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": "MIA (B Garrett)",
                "amount": 6070.0
            },
            {
                "team": "WAS (J Irvin)",
                "amount": 3930.0
            }
        ],
        "expected_reward_tokens": 9589.2,
        "profit_sb": 89.2,
        "profit_sb_percentage": 0.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "a50cfa02-2558-4186-8692-7727ce08130b",
            "gambit_id": "c83860a2-cb35-43ea-99bc-5deb1e1730a4",
            "last_updated": "2023-06-18T10:22:58.714654-04:00",
            "created_at": "2023-06-17T09:32:58.609980-04:00",
            "name": "MIA (B Garrett)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcf87afb-54ea-4c72-8deb-4035f3bb4a0c/?format=api"
        },
        {
            "id": "b86105e7-fdec-4f91-af1b-23096916a9a2",
            "gambit_id": "4035bf31-b7d0-4d5a-9085-22ac5edf2dc9",
            "last_updated": "2023-06-18T10:22:58.716485-04:00",
            "created_at": "2023-06-17T09:32:58.612921-04:00",
            "name": "WAS (J Irvin)",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcf87afb-54ea-4c72-8deb-4035f3bb4a0c/?format=api"
        }
    ]
}