GET /api/bet_types/4d119470-1831-4b6e-acfd-6fd63a848331/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d119470-1831-4b6e-acfd-6fd63a848331",
    "match": "https://api-prod.gambitprofit.com/api/matches/07ae6ac3-cfbc-4be8-bf5f-6efe0ff42dc1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-26T11:52:12.410687-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": "ATL (J Shuster)",
                "amount": 5838.0
            },
            {
                "team": "PHI (T Walker)",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9572.6,
        "profit_sb": 72.6,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "9a7c7027-a896-4d3f-847d-fb1834fdc92c",
            "gambit_id": "e72f417a-048d-4b8f-8d4f-ceb3a1fe2c86",
            "last_updated": "2023-05-27T16:12:11.074407-04:00",
            "created_at": "2023-05-26T11:52:12.416612-04:00",
            "name": "ATL (J Shuster)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d119470-1831-4b6e-acfd-6fd63a848331/?format=api"
        },
        {
            "id": "f3aa17a4-0c12-4aeb-b79f-34c0c1d8cc3b",
            "gambit_id": "06b20c2a-9974-4f2a-b6d5-331ad3dccaf1",
            "last_updated": "2023-05-27T16:12:11.071885-04:00",
            "created_at": "2023-05-26T11:52:12.412726-04:00",
            "name": "PHI (T Walker)",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d119470-1831-4b6e-acfd-6fd63a848331/?format=api"
        }
    ]
}