GET /api/bet_types/8cffbdde-482d-4f0b-89dd-e6d61409e998/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8cffbdde-482d-4f0b-89dd-e6d61409e998",
    "match": "https://api-prod.gambitprofit.com/api/matches/82832222-43d8-4f57-bd55-20336f09cf47/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-06T09:18:08.319836-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": "Dallas Cowboys",
                "amount": 6163.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "4a3d8e2a-4a66-43a2-a972-1f7fce1ce86c",
            "gambit_id": "290dad0f-3fac-48fe-afa3-3e7a387f08df",
            "last_updated": "2023-12-11T14:23:06.811162-05:00",
            "created_at": "2023-12-06T09:18:08.328381-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cffbdde-482d-4f0b-89dd-e6d61409e998/?format=api"
        },
        {
            "id": "a716503a-0a61-434b-af3b-310529d200e3",
            "gambit_id": "330e6487-1661-4825-b7b1-0ba7bb525ecc",
            "last_updated": "2023-12-11T14:23:06.807561-05:00",
            "created_at": "2023-12-06T09:18:08.324154-05:00",
            "name": "Philadelphia Eagles",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cffbdde-482d-4f0b-89dd-e6d61409e998/?format=api"
        }
    ]
}