GET /api/bet_types/9795ce56-f63b-4287-ab65-dde638bbe86f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9795ce56-f63b-4287-ab65-dde638bbe86f",
    "match": "https://api-prod.gambitprofit.com/api/matches/12b7b737-f5b9-459a-901d-8fb327c45bcb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-19T12:17:08.833418-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": "SEA (M Gonzales)",
                "amount": 5490.0
            },
            {
                "team": "MIL (E Lauer)",
                "amount": 4510.0
            }
        ],
        "expected_reward_tokens": 9606.3,
        "profit_sb": 106.3,
        "profit_sb_percentage": 1.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "c9a894a7-ecd3-474a-b4a2-5f6be4b7ba7e",
            "gambit_id": "0903495d-0fb8-4de5-9520-5c078d73f451",
            "last_updated": "2023-04-20T11:42:17.844671-04:00",
            "created_at": "2023-04-19T12:17:08.835488-04:00",
            "name": "SEA (M Gonzales)",
            "reward": "1.75000",
            "odds": "1.78120",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9795ce56-f63b-4287-ab65-dde638bbe86f/?format=api"
        },
        {
            "id": "8c61a2c7-1f6b-421f-a6e9-12a608ff87a6",
            "gambit_id": "dedb229c-7b4e-45a8-9d4c-658eccaa9596",
            "last_updated": "2023-04-20T11:42:17.849744-04:00",
            "created_at": "2023-04-19T12:17:08.837615-04:00",
            "name": "MIL (E Lauer)",
            "reward": "2.13000",
            "odds": "2.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9795ce56-f63b-4287-ab65-dde638bbe86f/?format=api"
        }
    ]
}