GET /api/bet_types/f9c24bf3-2167-4f54-bb3a-adf91fee3516/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9c24bf3-2167-4f54-bb3a-adf91fee3516",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fb4ae95-c45a-4fd3-b035-d7ca0233308a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-01T09:22:01.041194-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": "Philadelphia Eagles",
                "amount": 7002.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 2998.0
            }
        ],
        "expected_reward_tokens": 9172.62,
        "profit_sb": 172.62,
        "profit_sb_percentage": 1.92,
        "recommended": true
    },
    "lines": [
        {
            "id": "c5c769b0-af2f-491e-8f0d-44bf467f5816",
            "gambit_id": "009e35c4-6589-459a-b768-860d09c0804d",
            "last_updated": "2023-01-02T12:41:59.758125-05:00",
            "created_at": "2023-01-01T09:22:01.042415-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9c24bf3-2167-4f54-bb3a-adf91fee3516/?format=api"
        },
        {
            "id": "3600140a-1ee7-4fed-8203-7a1413897a38",
            "gambit_id": "b59ef80e-9e81-4d1f-906a-bccd0486b358",
            "last_updated": "2023-01-02T12:41:59.759249-05:00",
            "created_at": "2023-01-01T09:22:01.046088-05:00",
            "name": "New Orleans Saints",
            "reward": "3.06000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9c24bf3-2167-4f54-bb3a-adf91fee3516/?format=api"
        }
    ]
}