GET /api/bet_types/c5017a38-2035-4f18-be49-cb87969a91fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5017a38-2035-4f18-be49-cb87969a91fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c224ff55-bf37-4bd4-8aaa-7fab00e28e1c/?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": "St Louis Blues",
                "amount": 6114.0
            },
            {
                "team": "New York Rangers",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "5c03b708-868b-4eaa-8fa4-0fd87e82bb97",
            "gambit_id": "facfa5f8-d23e-40d5-845a-572d717dd0f6",
            "last_updated": "2022-12-06T11:26:56.401081-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5017a38-2035-4f18-be49-cb87969a91fd/?format=api"
        },
        {
            "id": "0db66acb-00ec-4dcc-954e-8d3f480b54a2",
            "gambit_id": "6e14900c-09cc-4d0d-a992-e401ca8178c7",
            "last_updated": "2022-12-06T11:26:56.400086-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5017a38-2035-4f18-be49-cb87969a91fd/?format=api"
        }
    ]
}