GET /api/bet_types/7f38e43d-e392-4c90-8660-6d80a934f493/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f38e43d-e392-4c90-8660-6d80a934f493",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b6c4b88-0c39-4105-9e54-bba79ca88b9e/?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": "Minnesota",
                "amount": 5000.0
            },
            {
                "team": "Northwestern",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8959da30-0fb2-4959-82c6-ea6916e4e951",
            "gambit_id": "642d723c-3a83-4bc0-9023-403fb462fbd8",
            "last_updated": "2022-11-14T10:08:59.548624-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f38e43d-e392-4c90-8660-6d80a934f493/?format=api"
        },
        {
            "id": "c1ef4743-3289-4f8a-bccd-c42d41b0f0f0",
            "gambit_id": "01e9113a-6012-40f8-b29f-b958c4184cd8",
            "last_updated": "2022-11-14T10:08:59.549655-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northwestern",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f38e43d-e392-4c90-8660-6d80a934f493/?format=api"
        }
    ]
}