GET /api/bet_types/1d9ebf09-92e9-48c2-b072-2ba220c83172/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d9ebf09-92e9-48c2-b072-2ba220c83172",
    "match": "https://api-prod.gambitprofit.com/api/matches/57bce7c9-245a-40b3-b596-0a44fee09b9b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-14T10:57:06.976637-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": "TEX (A Heaney)",
                "amount": 5827.0
            },
            {
                "team": "OAK (D Rucinski)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "0924695b-3b26-4830-8fed-dd9576158cbc",
            "gambit_id": "ad2274fa-4a90-4f1c-b645-5e209aac1a4c",
            "last_updated": "2023-05-21T16:02:15.235709-04:00",
            "created_at": "2023-05-14T10:57:06.980062-04:00",
            "name": "TEX (A Heaney)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d9ebf09-92e9-48c2-b072-2ba220c83172/?format=api"
        },
        {
            "id": "641c480a-365f-46d9-bc12-ec9bbafece99",
            "gambit_id": "80d99fb1-bf8b-4292-b734-a35ad9ce7057",
            "last_updated": "2023-05-21T16:02:15.233588-04:00",
            "created_at": "2023-05-14T10:57:06.978270-04:00",
            "name": "OAK (D Rucinski)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d9ebf09-92e9-48c2-b072-2ba220c83172/?format=api"
        }
    ]
}