GET /api/bet_types/0944804a-ebdd-4cd0-b73d-c622402de6e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0944804a-ebdd-4cd0-b73d-c622402de6e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/34642593-e8e5-4bcc-886b-d9d4138177de/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:07.984615-04: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": "PIT",
                "amount": 6100.0
            },
            {
                "team": "CIN",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee728b6a-3fd9-4f1e-861d-0fd82726865d",
            "gambit_id": "56e4fbac-535a-4aac-bc1c-4a1feacdbf11",
            "last_updated": "2023-04-03T14:16:49.762707-04:00",
            "created_at": "2023-04-02T09:57:07.988616-04:00",
            "name": "PIT",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0944804a-ebdd-4cd0-b73d-c622402de6e2/?format=api"
        },
        {
            "id": "e37dd243-8d21-426f-a2dd-2e22cdc28358",
            "gambit_id": "6bd7096c-6927-4a83-8fac-c449d0964de2",
            "last_updated": "2023-04-03T14:16:49.760064-04:00",
            "created_at": "2023-04-02T09:57:07.986498-04:00",
            "name": "CIN",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0944804a-ebdd-4cd0-b73d-c622402de6e2/?format=api"
        }
    ]
}