GET /api/bet_types/52c9cd95-4ed4-41ab-994c-190b4815e4d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52c9cd95-4ed4-41ab-994c-190b4815e4d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2f44f0a-b898-4913-a45d-8915ebe83a41/?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": "Buffalo Sabres",
                "amount": 6825.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9144.0,
        "profit_sb": 144.0,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "414cd928-d59e-493e-a2d2-1b94a4255e97",
            "gambit_id": "a6e190a7-02bf-4ac9-91a6-5bb87b04530a",
            "last_updated": "2022-12-14T10:17:16.384730-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.34000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52c9cd95-4ed4-41ab-994c-190b4815e4d0/?format=api"
        },
        {
            "id": "c032a6f7-3d2b-4871-b520-655e12641b1c",
            "gambit_id": "2c81f698-0d59-4a15-8499-d1db4e100e21",
            "last_updated": "2022-12-14T10:17:16.385853-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.88000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52c9cd95-4ed4-41ab-994c-190b4815e4d0/?format=api"
        }
    ]
}