GET /api/bet_types/d4507761-a8ee-42bb-ad4d-b89465b429a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4507761-a8ee-42bb-ad4d-b89465b429a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7793bf1-5491-4bf8-83e1-1b13ae1630d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-10T09:38:06.143023-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 (T Bradley)",
                "amount": 5117.0
            },
            {
                "team": "TEX (N Eovaldi)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee869a74-6a5b-4d70-aa93-7a6ebd060c72",
            "gambit_id": "e28a43b4-480a-4385-9f06-fe71451ef9fc",
            "last_updated": "2023-06-11T11:23:04.635366-04:00",
            "created_at": "2023-06-10T09:38:06.146465-04:00",
            "name": "TAM (T Bradley)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4507761-a8ee-42bb-ad4d-b89465b429a8/?format=api"
        },
        {
            "id": "2851e7d1-e4e5-4f93-8a96-ea9d49a974ad",
            "gambit_id": "65f5b55b-676e-4922-bf39-e24a26b1f3ba",
            "last_updated": "2023-06-11T11:23:04.633891-04:00",
            "created_at": "2023-06-10T09:38:06.144806-04:00",
            "name": "TEX (N Eovaldi)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4507761-a8ee-42bb-ad4d-b89465b429a8/?format=api"
        }
    ]
}