GET /api/bet_types/4d42c83e-8c3b-41ce-ad26-b9488958b0bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d42c83e-8c3b-41ce-ad26-b9488958b0bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/a24967e1-5461-413c-9980-a1693416293f/?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": "Sergey Spivak",
                "amount": 7130.0
            },
            {
                "team": "Augusto Sakai",
                "amount": 2870.0
            }
        ],
        "expected_reward_tokens": 9126.4,
        "profit_sb": 126.4,
        "profit_sb_percentage": 1.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "c1c0e76f-8669-44c7-ac1c-693e19c1380d",
            "gambit_id": "2367d51c-5156-466d-aeac-42ffc2fe57d9",
            "last_updated": "2022-08-07T11:17:14.240619-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sergey Spivak",
            "reward": "1.28000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d42c83e-8c3b-41ce-ad26-b9488958b0bd/?format=api"
        },
        {
            "id": "576aff98-d2f2-4b2b-8fe7-7f5202da7aac",
            "gambit_id": "45caa12e-df7e-418c-bd0f-9c460268c1ef",
            "last_updated": "2022-08-07T11:17:14.241260-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Augusto Sakai",
            "reward": "3.18000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d42c83e-8c3b-41ce-ad26-b9488958b0bd/?format=api"
        }
    ]
}