GET /api/bet_types/be72f23b-acdd-481a-9c3c-e3222682a3b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be72f23b-acdd-481a-9c3c-e3222682a3b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7bc10f1-5dbf-4a51-b057-9cdbf8f76ca6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-01T09:22:02.270261-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": "Indianapolis Colts",
                "amount": 5000.0
            },
            {
                "team": "New York Giants",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c95fe9f-55d1-4ff1-b0c8-2d6c497cebed",
            "gambit_id": "970908cf-2c62-4045-aeeb-427c0ecde081",
            "last_updated": "2023-01-02T12:42:00.559038-05:00",
            "created_at": "2023-01-01T09:22:02.272593-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be72f23b-acdd-481a-9c3c-e3222682a3b0/?format=api"
        },
        {
            "id": "7bdac889-f787-47dc-9fbb-8536130d72bb",
            "gambit_id": "81ef8bd9-1368-4924-b906-cc43711c6b54",
            "last_updated": "2023-01-02T12:42:00.557872-05:00",
            "created_at": "2023-01-01T09:22:02.271392-05:00",
            "name": "New York Giants",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be72f23b-acdd-481a-9c3c-e3222682a3b0/?format=api"
        }
    ]
}