GET /api/bet_types/c5f93fa4-98a0-472f-ae50-9aaab144a7ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5f93fa4-98a0-472f-ae50-9aaab144a7ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fc30364-15c6-4ae0-b5f1-65b0f51796da/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-09T09:47:57.048612-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": "Chicago Blackhawks",
                "amount": 5214.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "93e0039f-86d4-45d7-93a1-a71c8c5230a7",
            "gambit_id": "082e0e45-dccd-4509-8b3f-1d3b5cb5548f",
            "last_updated": "2023-11-12T11:13:22.487718-05:00",
            "created_at": "2023-11-09T09:47:57.053100-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5f93fa4-98a0-472f-ae50-9aaab144a7ac/?format=api"
        },
        {
            "id": "c620f6b5-9f1c-4ecd-9a92-17b703d66545",
            "gambit_id": "771fc799-68c5-450d-bab5-9a5d376c760c",
            "last_updated": "2023-11-12T11:13:22.491109-05:00",
            "created_at": "2023-11-09T09:47:57.058472-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5f93fa4-98a0-472f-ae50-9aaab144a7ac/?format=api"
        }
    ]
}