GET /api/bet_types/f6f59dd7-e361-4405-b00b-68504c1dc96b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6f59dd7-e361-4405-b00b-68504c1dc96b",
    "match": "https://api-prod.gambitprofit.com/api/matches/01c11f24-786d-4d03-a472-c981e45a0b54/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:12.130432-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": "Philadelphia Eagles",
                "amount": 5000.0
            },
            {
                "team": "Washington Commanders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "355fee95-df50-4c03-993c-a3eacb3fe73f",
            "gambit_id": "f10e1153-2c3e-4193-a374-37ae240df681",
            "last_updated": "2023-10-30T15:38:30.424115-04:00",
            "created_at": "2023-10-25T09:13:12.135006-04:00",
            "name": "Philadelphia Eagles",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6f59dd7-e361-4405-b00b-68504c1dc96b/?format=api"
        },
        {
            "id": "d3f2b6c8-950c-4ca9-935d-48b06c69b466",
            "gambit_id": "40ac9367-9c19-4573-a121-8b10e7af2ce4",
            "last_updated": "2023-10-30T15:38:30.428584-04:00",
            "created_at": "2023-10-25T09:13:12.139171-04:00",
            "name": "Washington Commanders",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6f59dd7-e361-4405-b00b-68504c1dc96b/?format=api"
        }
    ]
}