GET /api/bet_types/290cd0cf-3143-4ba3-9cc1-529a9e7e12bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "290cd0cf-3143-4ba3-9cc1-529a9e7e12bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa2f6919-27e9-4f18-af4c-f87bc92ad108/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:06.085805-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 Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7791b32-6d39-4a9d-b918-f1ac3ed25eab",
            "gambit_id": "b24793cc-9bfc-4c56-ac91-29da818027d5",
            "last_updated": "2023-01-30T17:46:55.189969-05:00",
            "created_at": "2023-01-28T09:42:06.087107-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/290cd0cf-3143-4ba3-9cc1-529a9e7e12bc/?format=api"
        },
        {
            "id": "de48a51c-2355-4739-ad89-02eb95d75d2d",
            "gambit_id": "cce2078d-2cd3-4bd4-ba42-867a2a4676bc",
            "last_updated": "2023-01-30T17:46:55.191097-05:00",
            "created_at": "2023-01-28T09:42:06.088492-05:00",
            "name": "Sacramento Kings",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/290cd0cf-3143-4ba3-9cc1-529a9e7e12bc/?format=api"
        }
    ]
}