GET /api/bet_types/1f66e6dd-91a0-4ffd-ba0a-40f2519299e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f66e6dd-91a0-4ffd-ba0a-40f2519299e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6b66c73-2744-43ff-b108-e7d9b20a9804/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-26T12:02:13.372775-04: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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0bf13ad5-d991-4843-a79f-96368f686c7c",
            "gambit_id": "3ffca32b-047d-40ae-a8a5-f87c73208a67",
            "last_updated": "2023-04-27T11:52:10.193622-04:00",
            "created_at": "2023-04-26T12:02:13.375096-04:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f66e6dd-91a0-4ffd-ba0a-40f2519299e7/?format=api"
        },
        {
            "id": "aa610607-a5ea-46bb-ae5b-9e0f17294a15",
            "gambit_id": "41eb4cd8-29c0-4083-9893-56016069c821",
            "last_updated": "2023-04-27T11:52:10.195493-04:00",
            "created_at": "2023-04-26T12:02:13.376737-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f66e6dd-91a0-4ffd-ba0a-40f2519299e7/?format=api"
        }
    ]
}