GET /api/bet_types/394b0134-07d4-41ee-bdeb-3acd34ac5b20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "394b0134-07d4-41ee-bdeb-3acd34ac5b20",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0681abc-97c0-48f6-8ece-f7d63533eb8a/?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": "CWS (J Cueto)",
                "amount": 6148.0
            },
            {
                "team": "KAN (D Mengden)",
                "amount": 3852.0
            }
        ],
        "expected_reward_tokens": 9283.32,
        "profit_sb": 283.32,
        "profit_sb_percentage": 3.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "35421e5d-d52b-4d53-a6ce-a94d10ca382b",
            "gambit_id": "058df501-52ca-4f3f-99c1-6b264c6e2ef6",
            "last_updated": "2022-09-02T09:07:07.864793-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (J Cueto)",
            "reward": "1.51000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/394b0134-07d4-41ee-bdeb-3acd34ac5b20/?format=api"
        },
        {
            "id": "2fa60fc3-b7b3-471a-afa1-65f7c4421910",
            "gambit_id": "25a67a6f-34a7-4086-a86e-b2610cb2c6c2",
            "last_updated": "2022-09-02T09:07:07.865267-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (D Mengden)",
            "reward": "2.41000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/394b0134-07d4-41ee-bdeb-3acd34ac5b20/?format=api"
        }
    ]
}