GET /api/bet_types/21d292f5-453a-4fd0-bf09-90f208ba6f54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21d292f5-453a-4fd0-bf09-90f208ba6f54",
    "match": "https://api-prod.gambitprofit.com/api/matches/24458967-4f82-4bdc-8dfa-dd7a4d59ed2e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-07T09:28:21.547828-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": "BOS",
                "amount": 6163.0
            },
            {
                "team": "CLE",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "e6706ee9-dc9b-42f1-afcd-bfc2d5790c78",
            "gambit_id": "485ca43e-ba0c-4725-a69c-d35d7866033a",
            "last_updated": "2023-06-08T16:28:14.203714-04:00",
            "created_at": "2023-06-07T09:28:21.550628-04:00",
            "name": "BOS",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21d292f5-453a-4fd0-bf09-90f208ba6f54/?format=api"
        },
        {
            "id": "4599cf95-96ab-46af-9bff-ef52a659d861",
            "gambit_id": "4c8728df-6ede-4ebc-b6c3-8c84bf9d9c67",
            "last_updated": "2023-06-08T16:28:14.206032-04:00",
            "created_at": "2023-06-07T09:28:21.553145-04:00",
            "name": "CLE",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21d292f5-453a-4fd0-bf09-90f208ba6f54/?format=api"
        }
    ]
}