GET /api/bet_types/b94c075e-12cb-496a-ad9a-8254d00d5677/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b94c075e-12cb-496a-ad9a-8254d00d5677",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e586c51-2c30-4894-888f-92bd5971cf27/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-19T08:48:00.506576-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": "CIN (G Ashcraft)",
                "amount": 5131.0
            },
            {
                "team": "SFO (R Stripling)",
                "amount": 4869.0
            }
        ],
        "expected_reward_tokens": 9543.24,
        "profit_sb": 43.24,
        "profit_sb_percentage": 0.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "482b7a7b-c593-4af0-99c6-f73661d94572",
            "gambit_id": "cb600cde-954f-4e43-adce-0faaf96d5f51",
            "last_updated": "2023-07-20T19:43:14.430044-04:00",
            "created_at": "2023-07-19T08:48:00.509460-04:00",
            "name": "CIN (G Ashcraft)",
            "reward": "1.86000",
            "odds": "1.90090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b94c075e-12cb-496a-ad9a-8254d00d5677/?format=api"
        },
        {
            "id": "168f3a36-4ad2-4cb3-8335-e6a11ed71a5d",
            "gambit_id": "65055060-f1e4-4224-aeea-012d0fbe345d",
            "last_updated": "2023-07-20T19:43:14.428694-04:00",
            "created_at": "2023-07-19T08:48:00.508011-04:00",
            "name": "SFO (R Stripling)",
            "reward": "1.96000",
            "odds": "2.01000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b94c075e-12cb-496a-ad9a-8254d00d5677/?format=api"
        }
    ]
}