GET /api/bet_types/025a2aa6-4b46-46eb-8a47-1b6ef13a38bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "025a2aa6-4b46-46eb-8a47-1b6ef13a38bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/409ae40b-fd10-4dd3-843c-d17acfdccc6d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-14T10:57:07.811952-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": "NYM (M Scherzer)",
                "amount": 6434.0
            },
            {
                "team": "WAS (J Irvin)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "76abf8c2-8d7c-4fcc-a89e-84c18d73719e",
            "gambit_id": "22b19da0-97af-41fb-9b10-531f24a69c5b",
            "last_updated": "2023-05-15T11:37:00.553768-04:00",
            "created_at": "2023-05-14T10:57:07.815336-04:00",
            "name": "NYM (M Scherzer)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/025a2aa6-4b46-46eb-8a47-1b6ef13a38bb/?format=api"
        },
        {
            "id": "d676a088-797d-4193-aaa9-0080f93a1464",
            "gambit_id": "57c4a3e7-3fea-4a38-a69e-1b3372ab532b",
            "last_updated": "2023-05-15T11:37:00.555906-04:00",
            "created_at": "2023-05-14T10:57:07.813594-04:00",
            "name": "WAS (J Irvin)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/025a2aa6-4b46-46eb-8a47-1b6ef13a38bb/?format=api"
        }
    ]
}