GET /api/bet_types/42f903ca-f1ce-40f4-9bba-d2b8570434ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42f903ca-f1ce-40f4-9bba-d2b8570434ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2d51b63-3f49-4070-b0b9-bfdf4964fd15/?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": "SDG (B Snell)",
                "amount": 5582.0
            },
            {
                "team": "SFO (L Webb)",
                "amount": 4418.0
            }
        ],
        "expected_reward_tokens": 9321.94,
        "profit_sb": 321.94,
        "profit_sb_percentage": 3.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "c2aae651-aa95-4ba3-bf7c-e8bc6493da76",
            "gambit_id": "0df49497-cc61-4a4d-b5c8-384af6695cff",
            "last_updated": "2022-08-31T11:32:06.827359-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (B Snell)",
            "reward": "1.67000",
            "odds": "1.74630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42f903ca-f1ce-40f4-9bba-d2b8570434ac/?format=api"
        },
        {
            "id": "3af1dd41-8dd4-4620-b455-2319ff16d0e6",
            "gambit_id": "1b482b62-25fb-440e-bba8-c7fccc79074b",
            "last_updated": "2022-08-31T11:32:06.826805-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (L Webb)",
            "reward": "2.11000",
            "odds": "2.24000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42f903ca-f1ce-40f4-9bba-d2b8570434ac/?format=api"
        }
    ]
}