GET /api/bet_types/69f88ad0-6d5d-4898-9af3-4fad3af079ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69f88ad0-6d5d-4898-9af3-4fad3af079ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cddc232-40df-4b6f-a034-2623096505f6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Arkansas",
                "amount": 6235.0
            },
            {
                "team": "Auburn",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "9273dfa0-3b89-4be9-a1fc-997e456088a0",
            "gambit_id": "4941d4e4-5108-4c85-875e-27edc35f3314",
            "last_updated": "2022-10-31T10:56:54.784371-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69f88ad0-6d5d-4898-9af3-4fad3af079ff/?format=api"
        },
        {
            "id": "2a03240c-821e-4a6c-97f1-2b66d4f99c80",
            "gambit_id": "42552057-3ad6-491e-8d2d-977c3e31ddaa",
            "last_updated": "2022-10-31T10:56:54.783271-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69f88ad0-6d5d-4898-9af3-4fad3af079ff/?format=api"
        }
    ]
}