GET /api/bet_types/d37dc5d8-eef4-4b13-a368-7bc4f6da416e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d37dc5d8-eef4-4b13-a368-7bc4f6da416e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6184aab-67a0-421c-bbdf-dc968972ac5e/?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": "San Jose State",
                "amount": 7115.0
            },
            {
                "team": "Fresno State",
                "amount": 2885.0
            }
        ],
        "expected_reward_tokens": 9605.25,
        "profit_sb": 105.25,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "05e47bdd-8d7e-4d60-a0a4-8e02b2d181d6",
            "gambit_id": "4b33dc5f-2d1c-4178-ad6c-34213402c696",
            "last_updated": "2022-10-17T10:01:53.420490-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.35000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d37dc5d8-eef4-4b13-a368-7bc4f6da416e/?format=api"
        },
        {
            "id": "92020fd8-438c-4a1b-8ecc-9121359bbe64",
            "gambit_id": "b9ee4791-8a18-4482-9929-46cc199d9a93",
            "last_updated": "2022-10-17T10:01:53.419530-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "3.33000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d37dc5d8-eef4-4b13-a368-7bc4f6da416e/?format=api"
        }
    ]
}