GET /api/bet_types/4c343064-e1b4-4866-af96-042de86dbbc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c343064-e1b4-4866-af96-042de86dbbc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/3be0c8be-6224-4d49-a45d-2e60420e89df/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Liberty",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 13.33,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liberty",
                "amount": 9185.0
            },
            {
                "team": "New Mexico State",
                "amount": 815.0
            }
        ],
        "expected_reward_tokens": 9368.7,
        "profit_sb": 368.7,
        "profit_sb_percentage": 4.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "91894d52-fb96-4be6-b036-5e62ccacd047",
            "gambit_id": "f2d712a9-3b73-4eb1-b946-c3aa16ff702b",
            "last_updated": "2022-11-28T10:17:11.534785-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "1.02000",
            "odds": "1.02500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c343064-e1b4-4866-af96-042de86dbbc7/?format=api"
        },
        {
            "id": "0f98f1a0-1e25-4e69-bf46-6e2b42e3fcbc",
            "gambit_id": "264cd5c1-6401-43f2-9acb-0afd56a4c8d7",
            "last_updated": "2022-11-28T10:17:11.535772-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico State",
            "reward": "11.50000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c343064-e1b4-4866-af96-042de86dbbc7/?format=api"
        }
    ]
}