GET /api/bet_types/2eaefa09-c953-468b-8c30-40948417dc03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2eaefa09-c953-468b-8c30-40948417dc03",
    "match": "https://api-prod.gambitprofit.com/api/matches/b354a060-9c1a-458a-9799-644b2ab3ee41/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-29T08:42:08.924503-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "347613b4-006d-415e-a550-2ed66e43a0c6",
            "gambit_id": "5a271a97-5a8c-4c04-934b-1e399cc02f43",
            "last_updated": "2022-12-31T10:31:57.904480-05:00",
            "created_at": "2022-12-29T08:42:08.925654-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eaefa09-c953-468b-8c30-40948417dc03/?format=api"
        },
        {
            "id": "5de7dd78-10c2-4774-9031-d0e3fbf186ad",
            "gambit_id": "d8db3143-7eae-4fce-9471-124192f77b5d",
            "last_updated": "2022-12-31T10:31:57.908678-05:00",
            "created_at": "2022-12-29T08:42:08.926795-05:00",
            "name": "New York Knicks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eaefa09-c953-468b-8c30-40948417dc03/?format=api"
        }
    ]
}