GET /api/bet_types/8c99682a-444c-4a9b-b1c4-736cf317125c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c99682a-444c-4a9b-b1c4-736cf317125c",
    "match": "https://api-prod.gambitprofit.com/api/matches/94fdf929-2b01-44ca-9bb8-fd8654ebae6e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-21T08:16:56.882310-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": "Jamahal Hill",
                "amount": 5591.0
            },
            {
                "team": "Glover Teixeira",
                "amount": 4409.0
            }
        ],
        "expected_reward_tokens": 9391.17,
        "profit_sb": -108.83,
        "profit_sb_percentage": -1.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6816b4f-343b-4e61-b335-99df345a8b60",
            "gambit_id": "e8d77404-74b7-4795-9201-1e790463bf04",
            "last_updated": "2023-01-23T11:47:06.243177-05:00",
            "created_at": "2023-01-21T08:16:56.883567-05:00",
            "name": "Jamahal Hill",
            "reward": "1.68000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c99682a-444c-4a9b-b1c4-736cf317125c/?format=api"
        },
        {
            "id": "2e8b7d58-0515-4019-9762-27eab73d1ebb",
            "gambit_id": "9933a13c-7d7c-4f75-8f20-cb489ad16d09",
            "last_updated": "2023-01-23T11:47:06.244471-05:00",
            "created_at": "2023-01-21T08:16:56.884828-05:00",
            "name": "Glover Teixeira",
            "reward": "2.13000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c99682a-444c-4a9b-b1c4-736cf317125c/?format=api"
        }
    ]
}