GET /api/bet_types/50845efb-e157-4d9f-8af3-c58ef5be9d90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50845efb-e157-4d9f-8af3-c58ef5be9d90",
    "match": "https://api-prod.gambitprofit.com/api/matches/f475e8d0-d9df-4a55-8386-3cd448c75af5/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Mid Tenn State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Mid Tenn State",
                "amount": 8728.0
            },
            {
                "team": "Florida Intl",
                "amount": 1272.0
            }
        ],
        "expected_reward_tokens": 9336.48,
        "profit_sb": 336.48,
        "profit_sb_percentage": 3.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "20e0e7fb-a6ea-4936-819a-09213aa52fba",
            "gambit_id": "2e470ba2-a392-4913-aea3-e058af68023e",
            "last_updated": "2022-11-28T09:37:05.922439-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mid Tenn State",
            "reward": "1.07000",
            "odds": "1.07690",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50845efb-e157-4d9f-8af3-c58ef5be9d90/?format=api"
        },
        {
            "id": "570eeed1-e42e-4711-9ed1-6b954b776c9e",
            "gambit_id": "31d1bf9c-766f-4e0a-8543-995305c6f0ee",
            "last_updated": "2022-11-28T09:37:05.921472-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Intl",
            "reward": "7.34000",
            "odds": "8.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50845efb-e157-4d9f-8af3-c58ef5be9d90/?format=api"
        }
    ]
}