GET /api/bet_types/c3a2aced-2b46-48f2-90f7-ae9d455274ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3a2aced-2b46-48f2-90f7-ae9d455274ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b7cbd03-b9f8-440d-8824-53f61dbed164/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "San Jose State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 11.58,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "San Jose State",
                "amount": 8921.0
            },
            {
                "team": "New Mexico State",
                "amount": 1079.0
            }
        ],
        "expected_reward_tokens": 9452.04,
        "profit_sb": -47.96,
        "profit_sb_percentage": -0.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdd41d57-6cb3-4bd7-8be5-786ab370bfe1",
            "gambit_id": "4689dfd4-0cbc-4d7f-a0f7-9b7cb306c8e1",
            "last_updated": "2022-12-24T17:12:11.438022-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.06000",
            "odds": "1.06250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3a2aced-2b46-48f2-90f7-ae9d455274ad/?format=api"
        },
        {
            "id": "85c07cbf-dc0a-40ab-9ab4-655909e335c4",
            "gambit_id": "d436bf50-22bb-4b4a-a175-7ffe731b5bfb",
            "last_updated": "2022-12-24T17:12:11.436855-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico State",
            "reward": "8.76000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3a2aced-2b46-48f2-90f7-ae9d455274ad/?format=api"
        }
    ]
}