GET /api/bet_types/36086be2-d6f5-4853-8d65-3dc3c6cfd96e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36086be2-d6f5-4853-8d65-3dc3c6cfd96e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ed5304b-83d3-4e80-8d80-0b498f186194/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-15T11:36:57.125539-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 (D Peterson)",
                "amount": 5878.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 4122.0
            }
        ],
        "expected_reward_tokens": 9521.82,
        "profit_sb": 21.82,
        "profit_sb_percentage": 0.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "d43e4179-2f78-41ef-a13a-59093931ccae",
            "gambit_id": "c2e7e2e9-1de2-4aa1-be77-02cd9e7c122a",
            "last_updated": "2023-05-16T10:47:10.536348-04:00",
            "created_at": "2023-05-15T11:36:57.127220-04:00",
            "name": "NYM (D Peterson)",
            "reward": "1.62000",
            "odds": "1.65360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36086be2-d6f5-4853-8d65-3dc3c6cfd96e/?format=api"
        },
        {
            "id": "030cf8b9-512e-4a12-9771-7ae26cdbdbaf",
            "gambit_id": "ba3370c3-bd42-4ebc-8fe0-565d05298f29",
            "last_updated": "2023-05-16T10:47:10.538399-04:00",
            "created_at": "2023-05-15T11:36:57.129061-04:00",
            "name": "WAS (P Corbin)",
            "reward": "2.31000",
            "odds": "2.38000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36086be2-d6f5-4853-8d65-3dc3c6cfd96e/?format=api"
        }
    ]
}