GET /api/bet_types/1fef9feb-08c1-4a07-8581-068e0f3c8d01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fef9feb-08c1-4a07-8581-068e0f3c8d01",
    "match": "https://api-prod.gambitprofit.com/api/matches/1058893f-cddb-47a3-85d3-08a8da1849df/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-21T08:51:54.820331-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": "Buffalo Sabres",
                "amount": 6104.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "ffde7d7d-12f9-45e8-8403-1b476b5d34b5",
            "gambit_id": "d36bd4a5-6451-40e7-b7ec-c72443ba7710",
            "last_updated": "2023-02-22T08:57:05.222237-05:00",
            "created_at": "2023-02-21T08:51:54.821637-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fef9feb-08c1-4a07-8581-068e0f3c8d01/?format=api"
        },
        {
            "id": "40b20cd1-64b0-40dd-9fa2-a626eee48d7a",
            "gambit_id": "02e270bd-e1ff-4c4a-b269-014e07b45783",
            "last_updated": "2023-02-22T08:57:05.223390-05:00",
            "created_at": "2023-02-21T08:51:54.822935-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fef9feb-08c1-4a07-8581-068e0f3c8d01/?format=api"
        }
    ]
}