GET /api/bet_types/c5b929d8-cc3e-4f2e-bfb0-49c11596d8a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5b929d8-cc3e-4f2e-bfb0-49c11596d8a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/528147cb-7b30-429c-bc69-91a7da28eea3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T19:52:12.184322-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": "St Marys CA",
                "amount": 6308.0
            },
            {
                "team": "VA Commonwealth",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "70d1e349-3961-47c5-851b-5557e44052e9",
            "gambit_id": "ae32ba81-eed0-44a3-8441-daa2155b136f",
            "last_updated": "2023-03-18T11:47:25.766955-04:00",
            "created_at": "2023-03-14T19:52:12.185894-04:00",
            "name": "St Marys CA",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5b929d8-cc3e-4f2e-bfb0-49c11596d8a9/?format=api"
        },
        {
            "id": "70785ac4-5bb9-4423-8a3f-e322963fde8c",
            "gambit_id": "970f7ded-2783-4553-a96a-f3bf5aaef7b0",
            "last_updated": "2023-03-18T11:47:25.768698-04:00",
            "created_at": "2023-03-14T19:52:12.187807-04:00",
            "name": "VA Commonwealth",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5b929d8-cc3e-4f2e-bfb0-49c11596d8a9/?format=api"
        }
    ]
}