GET /api/bet_types/91aa2126-4d97-44e2-b99f-ce52b4ff65f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91aa2126-4d97-44e2-b99f-ce52b4ff65f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e8f041c-aac0-4121-96b9-9285cf0507ee/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-11T09:38:16.221888-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2543f325-87e9-4f21-828e-a5ed822a2df5",
            "gambit_id": "7324f3a6-1ed0-4f6d-b194-71efb6a70c70",
            "last_updated": "2024-01-15T09:38:14.099662-05:00",
            "created_at": "2024-01-11T09:38:16.227226-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91aa2126-4d97-44e2-b99f-ce52b4ff65f0/?format=api"
        },
        {
            "id": "292cfecf-45a0-4b86-b1ca-21c9228a09d8",
            "gambit_id": "e82ec920-182a-4dd4-97d9-58e7ffd9a00d",
            "last_updated": "2024-01-15T09:38:14.103458-05:00",
            "created_at": "2024-01-11T09:38:16.231829-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91aa2126-4d97-44e2-b99f-ce52b4ff65f0/?format=api"
        }
    ]
}