GET /api/bet_types/df0c8c38-024e-4ef5-b068-f252eab3a8e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df0c8c38-024e-4ef5-b068-f252eab3a8e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f828623-a002-4cb1-b2ad-aeecbcc255e8/?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": "Georgia State",
                "amount": 6104.0
            },
            {
                "team": "Old Dominion",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "8e97ba35-32a3-4dab-a97f-22f2d2bf0f21",
            "gambit_id": "fdd5f935-4d55-4934-860f-95fdfbfefdbc",
            "last_updated": "2022-10-31T10:37:24.796110-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia State",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df0c8c38-024e-4ef5-b068-f252eab3a8e3/?format=api"
        },
        {
            "id": "a169e76c-c76d-4d77-a330-b67b13281089",
            "gambit_id": "5c0706a8-d314-45e2-96a8-7a4279425fd6",
            "last_updated": "2022-10-31T10:37:24.795186-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df0c8c38-024e-4ef5-b068-f252eab3a8e3/?format=api"
        }
    ]
}