GET /api/bet_types/ba688a09-f340-48fb-b520-a987c0277cf2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba688a09-f340-48fb-b520-a987c0277cf2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fba69e3-2b58-4ae9-8f87-8993ca960372/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-19T14:03:05.322385-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": "ARI",
                "amount": 6324.0
            },
            {
                "team": "SDG",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c5c04cc-7d14-4dde-87bd-e831f49c2429",
            "gambit_id": "f3fb035a-54a9-4136-8b31-179fdd45497f",
            "last_updated": "2023-08-21T11:13:23.113690-04:00",
            "created_at": "2023-08-19T14:03:05.327229-04:00",
            "name": "ARI",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba688a09-f340-48fb-b520-a987c0277cf2/?format=api"
        },
        {
            "id": "0d8304ec-c8a5-4e21-bee3-6ca7a140f373",
            "gambit_id": "3b7bd206-339c-4b18-8a43-0d68fc3657b5",
            "last_updated": "2023-08-21T11:13:23.117269-04:00",
            "created_at": "2023-08-19T14:03:05.333277-04:00",
            "name": "SDG",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba688a09-f340-48fb-b520-a987c0277cf2/?format=api"
        }
    ]
}