GET /api/bet_types/175c3c75-1ad6-42e2-b509-ef50a8653a0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "175c3c75-1ad6-42e2-b509-ef50a8653a0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a12f4101-8512-416c-ac6f-8309da492ce3/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Counter Logic Gaming",
                "amount": 6309.0
            },
            {
                "team": "Immortals",
                "amount": 3691.0
            }
        ],
        "expected_reward_tokens": 8895.31,
        "profit_sb": -104.69,
        "profit_sb_percentage": -1.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c6588cd-902d-4d07-9bf1-4f244a758328",
            "gambit_id": "157ca96f-08de-4d3d-8230-1164cfc4084a",
            "last_updated": "2022-12-24T17:12:23.695422-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Counter Logic Gaming",
            "reward": "1.41000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/175c3c75-1ad6-42e2-b509-ef50a8653a0d/?format=api"
        },
        {
            "id": "b85805a9-5ff4-4f76-a019-42ccb52848f0",
            "gambit_id": "7599fc85-ad02-4f2b-bf72-b88d2aa521c0",
            "last_updated": "2022-12-24T17:12:23.696582-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Immortals",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/175c3c75-1ad6-42e2-b509-ef50a8653a0d/?format=api"
        }
    ]
}