GET /api/bet_types/a49d0064-f91a-4327-b3f3-88bc6b4ad13a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a49d0064-f91a-4327-b3f3-88bc6b4ad13a",
    "match": "https://api-prod.gambitprofit.com/api/matches/00d6bd40-ff4f-40df-b1a3-4906e33c797b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-03T10:18:13.804369-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": "Baltimore Ravens",
                "amount": 5000.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f57bd6c8-c278-4a3a-bbf3-b1528496ffa3",
            "gambit_id": "8a66e4fd-94d4-4a37-9bac-1014e259cdb2",
            "last_updated": "2023-10-09T15:48:14.723073-04:00",
            "created_at": "2023-10-03T10:18:13.810063-04:00",
            "name": "Baltimore Ravens",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a49d0064-f91a-4327-b3f3-88bc6b4ad13a/?format=api"
        },
        {
            "id": "e5eaad29-d067-48b1-a03f-f7df928d0b57",
            "gambit_id": "57086c6f-1d78-4a0d-9b13-84fb706ae724",
            "last_updated": "2023-10-09T15:48:14.729222-04:00",
            "created_at": "2023-10-03T10:18:13.815452-04:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a49d0064-f91a-4327-b3f3-88bc6b4ad13a/?format=api"
        }
    ]
}