GET /api/bet_types/68a3ba2d-1734-4dc0-ae12-d93999e355df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68a3ba2d-1734-4dc0-ae12-d93999e355df",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5f4f38d-b7c9-460f-ad99-0f8352e2b559/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-10T08:57:02.046524-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": "TAM (J Beeks)",
                "amount": 5838.0
            },
            {
                "team": "BOS (N Pivetta)",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9572.6,
        "profit_sb": 72.6,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "e3f72ba7-70d4-4ef9-8ee9-8481853a5534",
            "gambit_id": "6cf3061a-d3da-472a-850a-b7a0f44573f0",
            "last_updated": "2023-04-11T13:27:04.202863-04:00",
            "created_at": "2023-04-10T08:57:02.049220-04:00",
            "name": "TAM (J Beeks)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68a3ba2d-1734-4dc0-ae12-d93999e355df/?format=api"
        },
        {
            "id": "274fe4ce-7129-4d9f-acc4-2dcbe6c78f40",
            "gambit_id": "61dc98f9-bf54-4fff-b85c-c11e345cb20c",
            "last_updated": "2023-04-11T13:27:04.205645-04:00",
            "created_at": "2023-04-10T08:57:02.051826-04:00",
            "name": "BOS (N Pivetta)",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68a3ba2d-1734-4dc0-ae12-d93999e355df/?format=api"
        }
    ]
}