GET /api/bet_types/ee0fe071-78a2-4868-923a-7700de9354c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee0fe071-78a2-4868-923a-7700de9354c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/00dab816-5c81-489c-9da5-28bbbdf15e92/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T13:52:01.336552-04: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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2eedd161-a1f2-40c9-bbfc-03fe83caf9a1",
            "gambit_id": "ed8c9247-0dca-47ff-ad37-3c79261328db",
            "last_updated": "2023-04-03T19:51:57.239934-04:00",
            "created_at": "2023-04-02T13:52:01.338648-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee0fe071-78a2-4868-923a-7700de9354c3/?format=api"
        },
        {
            "id": "dccd4c68-0c5b-4839-8514-4a926e91153c",
            "gambit_id": "72866d64-54cc-433f-b5de-949f798e74ba",
            "last_updated": "2023-04-03T19:51:57.242400-04:00",
            "created_at": "2023-04-02T13:52:01.340452-04:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee0fe071-78a2-4868-923a-7700de9354c3/?format=api"
        }
    ]
}