GET /api/bet_types/ad6ffd1f-6904-41b1-8cbf-ceef27ea9dcd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad6ffd1f-6904-41b1-8cbf-ceef27ea9dcd",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb4f7b05-4410-4728-9ded-f23d52638d01/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-22T08:38:11.993305-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": "SFO (L Webb)",
                "amount": 6359.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9538.5,
        "profit_sb": 38.5,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "04ae48fa-4981-47b4-8d7b-c63b05cd235b",
            "gambit_id": "f4b859e3-0c73-480a-8de5-0cbd5f061660",
            "last_updated": "2023-07-23T21:53:26.596972-04:00",
            "created_at": "2023-07-22T08:38:11.997866-04:00",
            "name": "SFO (L Webb)",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad6ffd1f-6904-41b1-8cbf-ceef27ea9dcd/?format=api"
        },
        {
            "id": "0a21f496-0793-40aa-bf82-e4e96df4ca27",
            "gambit_id": "77e81eb7-b2a8-410e-91f4-16db935bf414",
            "last_updated": "2023-07-23T21:53:26.600304-04:00",
            "created_at": "2023-07-22T08:38:12.002606-04:00",
            "name": "WAS (J Gray)",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad6ffd1f-6904-41b1-8cbf-ceef27ea9dcd/?format=api"
        }
    ]
}