GET /api/bet_types/bb2930d6-db2b-4eea-9045-55058884c7d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb2930d6-db2b-4eea-9045-55058884c7d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2af99a78-17a9-4b62-9cc7-5fba6a05b744/?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": "LOS (J Urias)",
                "amount": 6690.0
            },
            {
                "team": "SDG (M Clevinger)",
                "amount": 3310.0
            }
        ],
        "expected_reward_tokens": 9565.9,
        "profit_sb": 65.9,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "49809c90-2d1e-455f-90a6-e5830d0e345b",
            "gambit_id": "0b2e2adc-450f-44bc-b5a5-c48aeb576069",
            "last_updated": "2022-10-12T10:11:57.824178-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (J Urias)",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb2930d6-db2b-4eea-9045-55058884c7d5/?format=api"
        },
        {
            "id": "83f1fa84-bd49-4824-ac47-d282c47a9c5c",
            "gambit_id": "ff6b8cbb-58db-4629-87aa-477a701229e7",
            "last_updated": "2022-10-12T10:11:57.825263-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (M Clevinger)",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb2930d6-db2b-4eea-9045-55058884c7d5/?format=api"
        }
    ]
}