GET /api/bet_types/61af5f87-5c11-444e-bb2b-55d506811881/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61af5f87-5c11-444e-bb2b-55d506811881",
    "match": "https://api-prod.gambitprofit.com/api/matches/75245f4b-5abb-4ed9-a92c-70601a6eb9ae/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "San Jose State",
                "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": "San Jose State",
                "amount": 9189.0
            },
            {
                "team": "Colorado State",
                "amount": 811.0
            }
        ],
        "expected_reward_tokens": 9372.78,
        "profit_sb": 372.78,
        "profit_sb_percentage": 4.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "f5807811-68d4-4cbe-a107-6cc67e2fa438",
            "gambit_id": "3bb8459a-d934-486b-85be-9c0f51d507bf",
            "last_updated": "2022-11-06T08:08:31.721175-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.02000",
            "odds": "1.02500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61af5f87-5c11-444e-bb2b-55d506811881/?format=api"
        },
        {
            "id": "07cd642b-2653-4946-8730-935c9c6c99e5",
            "gambit_id": "64507d89-19cc-45f3-a856-735aa7a7789b",
            "last_updated": "2022-11-06T08:08:31.722208-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "11.56000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61af5f87-5c11-444e-bb2b-55d506811881/?format=api"
        }
    ]
}