GET /api/bet_types/870abbf0-a990-49cf-aed1-ea03419588a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "870abbf0-a990-49cf-aed1-ea03419588a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/36b16d65-a7fa-4cff-b698-d482c066271d/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-12T09:48:14.016642-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "666625b5-5e27-4516-b3d1-49f73746073e",
            "gambit_id": "1f78baf5-46a9-4392-a7ba-2c7620991dc3",
            "last_updated": "2024-01-15T10:13:20.987060-05:00",
            "created_at": "2024-01-12T09:48:14.023360-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/870abbf0-a990-49cf-aed1-ea03419588a1/?format=api"
        },
        {
            "id": "f2df75a7-4d0c-4462-a518-bc2df4b7ef54",
            "gambit_id": "84104c5a-5a7c-440c-ba77-870814fbc763",
            "last_updated": "2024-01-15T10:13:20.991614-05:00",
            "created_at": "2024-01-12T09:48:14.029481-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/870abbf0-a990-49cf-aed1-ea03419588a1/?format=api"
        }
    ]
}