GET /api/bet_types/c230a466-d27f-4594-9636-ef681463ee60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c230a466-d27f-4594-9636-ef681463ee60",
    "match": "https://api-prod.gambitprofit.com/api/matches/0fb11348-98a2-4c7d-bc0b-780f6431780f/?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": "California",
                "amount": 6052.0
            },
            {
                "team": "Arizona",
                "amount": 3948.0
            }
        ],
        "expected_reward_tokens": 9198.84,
        "profit_sb": 198.84,
        "profit_sb_percentage": 2.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "20c71b02-7395-452d-8dac-55f4b278f6c7",
            "gambit_id": "e82aad82-96e3-4676-a8ef-6ed30d43fbd1",
            "last_updated": "2022-09-25T21:07:12.877963-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c230a466-d27f-4594-9636-ef681463ee60/?format=api"
        },
        {
            "id": "7868f3e5-a5af-46e3-acfe-f1d12baed758",
            "gambit_id": "c4b34d9d-f87f-42a4-b25d-84cd7c6ebcf6",
            "last_updated": "2022-09-25T21:07:12.878923-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona",
            "reward": "2.33000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c230a466-d27f-4594-9636-ef681463ee60/?format=api"
        }
    ]
}