GET /api/bet_types/440aaf34-998b-4c98-b49b-9041515cec8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "440aaf34-998b-4c98-b49b-9041515cec8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/092ccfc7-4388-443f-861c-f5df42a52fb9/?format=api",
    "name": "Play the Odds",
    "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": "San Francisco 49ers",
                "amount": 5000.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "45739109-8838-42de-b414-34d259692ac0",
            "gambit_id": "1ce0032e-b0e0-4c07-adad-b22804301074",
            "last_updated": "2022-10-24T10:37:19.482865-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/440aaf34-998b-4c98-b49b-9041515cec8e/?format=api"
        },
        {
            "id": "d864ef66-d1e2-49da-84a4-d8a96d3d11fb",
            "gambit_id": "c0ea23a4-edc0-4671-87de-8f5973d1a929",
            "last_updated": "2022-10-24T10:37:19.483863-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/440aaf34-998b-4c98-b49b-9041515cec8e/?format=api"
        }
    ]
}