GET /api/bet_types/1ec4e378-01b1-47c3-b6ae-3a2cd2eece49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ec4e378-01b1-47c3-b6ae-3a2cd2eece49",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e80528e-9d0f-4c66-b617-4fa9f846ae10/?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": "CHC (K Thompson)",
                "amount": 6328.0
            },
            {
                "team": "WAS (An Sanchez)",
                "amount": 3672.0
            }
        ],
        "expected_reward_tokens": 9363.6,
        "profit_sb": 363.6,
        "profit_sb_percentage": 4.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "240cd6ac-e337-4dcd-95c3-49cbfb9c9dc3",
            "gambit_id": "9d4de60a-8ff3-4ea6-a02e-41e293019187",
            "last_updated": "2022-08-09T09:47:03.514128-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (K Thompson)",
            "reward": "1.48000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ec4e378-01b1-47c3-b6ae-3a2cd2eece49/?format=api"
        },
        {
            "id": "d3d2cf42-a6f3-4f31-85da-0aeb5ccf5ae6",
            "gambit_id": "a0b3f189-321c-496d-83f9-107eeaa92c88",
            "last_updated": "2022-08-09T09:47:03.514482-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (An Sanchez)",
            "reward": "2.55000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ec4e378-01b1-47c3-b6ae-3a2cd2eece49/?format=api"
        }
    ]
}