GET /api/bet_types/2b8ff21f-4ee9-467a-8662-e4797d9a7d8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b8ff21f-4ee9-467a-8662-e4797d9a7d8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c9312b8-6ca1-457c-961c-2fae9e1e36ea/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T12:47:10.533335-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": "New York Giants",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "52c8f930-ec4f-4596-8b08-26a6eb4ac0ca",
            "gambit_id": "01f8af5f-e25e-44af-a806-40b5ebe126be",
            "last_updated": "2022-12-25T18:12:07.148906-05:00",
            "created_at": "2022-12-23T12:47:10.535788-05:00",
            "name": "New York Giants",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b8ff21f-4ee9-467a-8662-e4797d9a7d8b/?format=api"
        },
        {
            "id": "3822b8c2-42bc-4793-a695-c5f735eb1dbd",
            "gambit_id": "62087dad-9f3b-4214-9a69-625a959fd918",
            "last_updated": "2022-12-25T18:12:07.147750-05:00",
            "created_at": "2022-12-23T12:47:10.534548-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b8ff21f-4ee9-467a-8662-e4797d9a7d8b/?format=api"
        }
    ]
}