GET /api/bet_types/d4667ee8-b73a-4c9a-87c1-03a1d54b5489/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4667ee8-b73a-4c9a-87c1-03a1d54b5489",
    "match": "https://api-prod.gambitprofit.com/api/matches/09ed04fd-9974-4618-9180-2aa91be63a17/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-10T08:57:02.573359-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": "LAA (J Suarez)",
                "amount": 6833.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 3167.0
            }
        ],
        "expected_reward_tokens": 9564.34,
        "profit_sb": 64.34,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c4da145-2287-4ad4-89db-d52df960504f",
            "gambit_id": "7cb5670b-7ce5-4451-a85f-86176ac90dcd",
            "last_updated": "2023-04-11T13:17:01.783583-04:00",
            "created_at": "2023-04-10T08:57:02.575689-04:00",
            "name": "LAA (J Suarez)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4667ee8-b73a-4c9a-87c1-03a1d54b5489/?format=api"
        },
        {
            "id": "c682e9ec-de53-4f5e-ade4-96a035cf27c3",
            "gambit_id": "861144dc-0a11-4d45-8b8c-21b54b21a997",
            "last_updated": "2023-04-11T13:17:01.786583-04:00",
            "created_at": "2023-04-10T08:57:02.577705-04:00",
            "name": "WAS (P Corbin)",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4667ee8-b73a-4c9a-87c1-03a1d54b5489/?format=api"
        }
    ]
}