GET /api/bet_types/9d029d60-2e78-446a-b66a-81a1f5dd55c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d029d60-2e78-446a-b66a-81a1f5dd55c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c856f2e4-08fe-43f4-9467-fd0eab576a5f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T12:58:01.031356-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": "New Orleans Saints",
                "amount": 5213.0
            },
            {
                "team": "Houston Texans",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a15073c-323c-4e42-ace0-1e447aa4b475",
            "gambit_id": "73cdb859-deaf-43c8-9af9-70033d49f1c8",
            "last_updated": "2023-08-29T09:27:55.789983-04:00",
            "created_at": "2023-08-24T12:58:01.040382-04:00",
            "name": "New Orleans Saints",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d029d60-2e78-446a-b66a-81a1f5dd55c3/?format=api"
        },
        {
            "id": "f419ef12-491b-468a-ae92-369548b7d897",
            "gambit_id": "158f7c65-d629-4a00-9b32-f9d13b7839f6",
            "last_updated": "2023-08-29T09:27:55.786645-04:00",
            "created_at": "2023-08-24T12:58:01.035780-04:00",
            "name": "Houston Texans",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d029d60-2e78-446a-b66a-81a1f5dd55c3/?format=api"
        }
    ]
}